Struct windows_sys::Win32::System::Ole::CLEANLOCALSTORAGE
#[repr(C)]pub struct CLEANLOCALSTORAGE {
pub pInterface: IUnknown,
pub pStorage: *mut c_void,
pub flags: u32,
}
Expand description
Required features: "Win32_System_Ole"
Fields§
§pInterface: IUnknown
§pStorage: *mut c_void
§flags: u32