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

pub unsafe extern "system" fn SetupDiGetDevicePropertyKeys(
    DeviceInfoSet: HDEVINFO,
    DeviceInfoData: PSP_DEVINFO_DATA,
    PropertyKeyArray: *mut DEVPROPKEY,
    PropertyKeyCount: DWORD,
    RequiredPropertyKeyCount: PDWORD,
    Flags: DWORD
) -> BOOL