windows::Win32::Devices::DeviceAndDriverInstallation

Function CM_Open_Class_KeyW

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