windows::Win32::Devices::DeviceAndDriverInstallation

Function CM_Open_Class_Key_ExW

pub unsafe fn CM_Open_Class_Key_ExW<P1>(
    classguid: Option<*const GUID>,
    pszclassname: P1,
    samdesired: u32,
    disposition: u32,
    phkclass: *mut HKEY,
    ulflags: u32,
    hmachine: Option<isize>,
) -> CONFIGRET
where P1: Param<PCWSTR>,