Struct windows_sys::Win32::System::Com::FORMATETC
#[repr(C)]pub struct FORMATETC {
pub cfFormat: u16,
pub ptd: *mut DVTARGETDEVICE,
pub dwAspect: u32,
pub lindex: i32,
pub tymed: u32,
}
Expand description
Required features: "Win32_System_Com"
Fields§
§cfFormat: u16
§ptd: *mut DVTARGETDEVICE
§dwAspect: u32
§lindex: i32
§tymed: u32