MIDL_STUBLESS_PROXY_INFO

Type Alias MIDL_STUBLESS_PROXY_INFO 

Source
pub type MIDL_STUBLESS_PROXY_INFO = _MIDL_STUBLESS_PROXY_INFO;

Aliased Type§

#[repr(C)]
pub 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: u32, pub pSyntaxInfo: *mut _MIDL_SYNTAX_INFO, }

Fields§

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