pub type FORMATETC = tagFORMATETC;Aliased Type§
#[repr(C)]pub struct FORMATETC {
pub cfFormat: u16,
pub ptd: *mut tagDVTARGETDEVICE,
pub dwAspect: u64,
pub lindex: i64,
pub tymed: u64,
}Fields§
§cfFormat: u16§ptd: *mut tagDVTARGETDEVICE§dwAspect: u64§lindex: i64§tymed: u64