pub type RPC_MESSAGE = _RPC_MESSAGE;
Aliased Type§
struct RPC_MESSAGE {
pub Handle: *mut c_void,
pub DataRepresentation: u32,
pub Buffer: *mut c_void,
pub BufferLength: u32,
pub ProcNum: u32,
pub TransferSyntax: *mut _RPC_SYNTAX_IDENTIFIER,
pub RpcInterfaceInformation: *mut c_void,
pub ReservedForRuntime: *mut c_void,
pub ManagerEpv: *mut c_void,
pub ImportContext: *mut c_void,
pub RpcFlags: u32,
}
Fields§
§Handle: *mut c_void
§DataRepresentation: u32
§Buffer: *mut c_void
§BufferLength: u32
§ProcNum: u32
§TransferSyntax: *mut _RPC_SYNTAX_IDENTIFIER
§RpcInterfaceInformation: *mut c_void
§ReservedForRuntime: *mut c_void
§ManagerEpv: *mut c_void
§ImportContext: *mut c_void
§RpcFlags: u32