pub type RPCOLEMESSAGE = tagRPCOLEMESSAGE;Aliased Type§
#[repr(C)]pub struct RPCOLEMESSAGE {
pub reserved1: *mut c_void,
pub dataRepresentation: u64,
pub Buffer: *mut c_void,
pub cbBuffer: u64,
pub iMethod: u64,
pub reserved2: [*mut c_void; 5],
pub rpcFlags: u64,
}Fields§
§reserved1: *mut c_void§dataRepresentation: u64§Buffer: *mut c_void§cbBuffer: u64§iMethod: u64§reserved2: [*mut c_void; 5]§rpcFlags: u64