windows::Win32::Devices::DeviceAndDriverInstallation

Function CM_Open_Device_Interface_Key_ExA

pub unsafe fn CM_Open_Device_Interface_Key_ExA<P0>(
    pszdeviceinterface: P0,
    samdesired: u32,
    disposition: u32,
    phkdeviceinterface: *mut HKEY,
    ulflags: u32,
    hmachine: Option<isize>,
) -> CONFIGRET
where P0: Param<PCSTR>,