SetupDiGetCustomDevicePropertyW

Function SetupDiGetCustomDevicePropertyW 

Source
pub unsafe extern "system" fn SetupDiGetCustomDevicePropertyW(
    DeviceInfoSet: HDEVINFO,
    DeviceInfoData: PSP_DEVINFO_DATA,
    CustomPropertyName: PCWSTR,
    Flags: DWORD,
    PropertyRegDataType: PDWORD,
    PropertyBuffer: PBYTE,
    PropertyBufferSize: DWORD,
    RequiredSize: PDWORD,
) -> BOOL