Type Alias RPC_PROTSEQ_ENDPOINT

Source
pub type RPC_PROTSEQ_ENDPOINT = _RPC_PROTSEQ_ENDPOINT;

Aliased Type§

struct RPC_PROTSEQ_ENDPOINT {
    pub RpcProtocolSequence: *mut u8,
    pub Endpoint: *mut u8,
}

Fields§

§RpcProtocolSequence: *mut u8§Endpoint: *mut u8