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

pub unsafe extern "system" fn SetupDiGetDevicePropertyW(
    DeviceInfoSet: HDEVINFO,
    DeviceInfoData: PSP_DEVINFO_DATA,
    PropertyKey: *const DEVPROPKEY,
    PropertyType: *mut DEVPROPTYPE,
    PropertyBuffer: PBYTE,
    PropertyBufferSize: DWORD,
    RequiredSize: PDWORD,
    Flags: DWORD
) -> BOOL