[][src]Function winapi::um::setupapi::SetupDiGetCustomDevicePropertyW

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