windows::Win32::Devices::DeviceAndDriverInstallation

Function CM_Register_Device_Interface_ExA

pub unsafe fn CM_Register_Device_Interface_ExA<P2>(
    dndevinst: u32,
    interfaceclassguid: *const GUID,
    pszreference: P2,
    pszdeviceinterface: PSTR,
    pullength: *mut u32,
    ulflags: u32,
    hmachine: Option<isize>,
) -> CONFIGRET
where P2: Param<PCSTR>,