Struct windows_sys::Win32::System::Ole::OLEUIOBJECTPROPSW
[−]#[repr(C)]pub struct OLEUIOBJECTPROPSW {
pub cbStruct: u32,
pub dwFlags: u32,
pub lpPS: *mut PROPSHEETHEADERW_V2,
pub dwObject: u32,
pub lpObjInfo: IOleUIObjInfoW,
pub dwLink: u32,
pub lpLinkInfo: IOleUILinkInfoW,
pub lpGP: *mut OLEUIGNRLPROPSW,
pub lpVP: *mut OLEUIVIEWPROPSW,
pub lpLP: *mut OLEUILINKPROPSW,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
, "Win32_UI_Controls"
, "Win32_UI_WindowsAndMessaging"
Fields
cbStruct: u32
dwFlags: u32
lpPS: *mut PROPSHEETHEADERW_V2
dwObject: u32
lpObjInfo: IOleUIObjInfoW
dwLink: u32
lpLinkInfo: IOleUILinkInfoW
lpGP: *mut OLEUIGNRLPROPSW
lpVP: *mut OLEUIVIEWPROPSW
lpLP: *mut OLEUILINKPROPSW
Trait Implementations
impl Clone for OLEUIOBJECTPROPSW
impl Clone for OLEUIOBJECTPROPSW
impl Copy for OLEUIOBJECTPROPSW
Auto Trait Implementations
impl RefUnwindSafe for OLEUIOBJECTPROPSW
impl !Send for OLEUIOBJECTPROPSW
impl !Sync for OLEUIOBJECTPROPSW
impl Unpin for OLEUIOBJECTPROPSW
impl UnwindSafe for OLEUIOBJECTPROPSW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more