windows::Win32::Devices::DeviceAndDriverInstallation

Function CM_Register_Device_InterfaceW

pub unsafe fn CM_Register_Device_InterfaceW<P2>(
    dndevinst: u32,
    interfaceclassguid: *const GUID,
    pszreference: P2,
    pszdeviceinterface: PWSTR,
    pullength: *mut u32,
    ulflags: u32,
) -> CONFIGRET
where P2: Param<PCWSTR>,