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

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