Struct winapi::um::objidlbase::ContextProperty [−][src]
#[repr(C)]pub struct ContextProperty {
pub policyId: GUID,
pub flags: CPFLAGS,
pub pUnk: *mut IUnknown,
}Fields
policyId: GUIDflags: CPFLAGSpUnk: *mut IUnknownTrait Implementations
Returns the “default value” for a type. Read more