Type Alias RPCOLEMESSAGE

Source
pub type RPCOLEMESSAGE = tagRPCOLEMESSAGE;

Aliased Type§

struct RPCOLEMESSAGE {
    pub reserved1: *mut c_void,
    pub dataRepresentation: u32,
    pub Buffer: *mut c_void,
    pub cbBuffer: u32,
    pub iMethod: u32,
    pub reserved2: [*mut c_void; 5],
    pub rpcFlags: u32,
}

Fields§

§reserved1: *mut c_void§dataRepresentation: u32§Buffer: *mut c_void§cbBuffer: u32§iMethod: u32§reserved2: [*mut c_void; 5]§rpcFlags: u32