Skip to main content

DEVPROPERTY

Type Alias DEVPROPERTY 

Source
pub type DEVPROPERTY = _DEVPROPERTY;

Aliased Type§

#[repr(C)]
pub struct DEVPROPERTY { pub CompKey: _DEVPROPCOMPKEY, pub Type: u64, pub BufferSize: u64, pub Buffer: *mut c_void, }

Fields§

§CompKey: _DEVPROPCOMPKEY§Type: u64§BufferSize: u64§Buffer: *mut c_void