estructura de RPC_CLIENT_INTERFACE (rpcdcep.h)
La estructura RPC_CLIENT_INTERFACE forma parte de la interfaz privada entre las bibliotecas en tiempo de ejecución y los códigos auxiliares. La mayoría de las aplicaciones distribuidas que usan RPC de Microsoft no necesitan esta estructura.
La estructura de datos se define en el archivo de encabezado Rpcdcep.h. Consulte el archivo de encabezado para ver las definiciones de bloques de sintaxis y miembros.
Sintaxis
typedef struct _RPC_CLIENT_INTERFACE {
unsigned int Length;
RPC_SYNTAX_IDENTIFIER InterfaceId;
RPC_SYNTAX_IDENTIFIER TransferSyntax;
PRPC_DISPATCH_TABLE DispatchTable;
unsigned int RpcProtseqEndpointCount;
PRPC_PROTSEQ_ENDPOINT RpcProtseqEndpoint;
ULONG_PTR Reserved;
void const *InterpreterInfo;
unsigned int Flags;
} RPC_CLIENT_INTERFACE, *PRPC_CLIENT_INTERFACE;
Miembros
Length
InterfaceId
TransferSyntax
DispatchTable
RpcProtseqEndpointCount
RpcProtseqEndpoint
Reserved
InterpreterInfo
Flags
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 2000 Professional [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows 2000 Server [solo aplicaciones de escritorio] |
Encabezado | rpcdcep.h |