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