Struct winapi::um::oaidl::CLEANLOCALSTORAGE [−][src]
#[repr(C)]pub struct CLEANLOCALSTORAGE {
pub pInterface: *mut IUnknown,
pub pStorage: PVOID,
pub flags: DWORD,
}Fields
pInterface: *mut IUnknownpStorage: PVOIDflags: DWORDTrait Implementations
Returns the “default value” for a type. Read more