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

pub unsafe extern "system" fn SetupDiGetDeviceRegistryPropertyW(
    DeviceInfoSet: HDEVINFO,
    DeviceInfoData: PSP_DEVINFO_DATA,
    Property: DWORD,
    PropertyRegDataType: PDWORD,
    PropertyBuffer: PBYTE,
    PropertyBufferSize: DWORD,
    RequiredSize: PDWORD
) -> BOOL