Struct windows_sys::Win32::System::Ole::OBJECTDESCRIPTOR
#[repr(C)]pub struct OBJECTDESCRIPTOR {
pub cbSize: u32,
pub clsid: GUID,
pub dwDrawAspect: u32,
pub sizel: SIZE,
pub pointl: POINTL,
pub dwStatus: u32,
pub dwFullUserTypeName: u32,
pub dwSrcOfCopy: u32,
}
Expand description
Required features: "Win32_System_Ole"
, "Win32_Foundation"
Fields§
§cbSize: u32
§clsid: GUID
§dwDrawAspect: u32
§sizel: SIZE
§pointl: POINTL
§dwStatus: u32
§dwFullUserTypeName: u32
§dwSrcOfCopy: u32