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

pub unsafe extern "system" fn SetupDiSetDeviceInterfacePropertyW(
    DeviceInfoSet: HDEVINFO,
    DeviceInterfaceData: PSP_DEVICE_INTERFACE_DATA,
    PropertyKey: *const DEVPROPKEY,
    PropertyType: DEVPROPTYPE,
    PropertyBuffer: *const BYTE,
    PropertyBufferSize: DWORD,
    Flags: DWORD
) -> BOOL