Type Alias MIDL_STUBLESS_PROXY_INFO

Source
pub type MIDL_STUBLESS_PROXY_INFO = _MIDL_STUBLESS_PROXY_INFO;

Aliased Type§

struct MIDL_STUBLESS_PROXY_INFO {
    pub pStubDesc: *const _MIDL_STUB_DESC,
    pub ProcFormatString: *const u8,
    pub FormatStringOffset: *const u16,
    pub pTransferSyntax: *mut _RPC_SYNTAX_IDENTIFIER,
    pub nCount: u64,
    pub pSyntaxInfo: *mut _MIDL_SYNTAX_INFO,
}

Fields§

§pStubDesc: *const _MIDL_STUB_DESC§ProcFormatString: *const u8§FormatStringOffset: *const u16§pTransferSyntax: *mut _RPC_SYNTAX_IDENTIFIER§nCount: u64§pSyntaxInfo: *mut _MIDL_SYNTAX_INFO