RPC_DISPATCH_TABLE structure (rpcdcep.h)

The RPC_DISPATCH_TABLE structure is part of the private interface between the run-time libraries and the stubs. Most distributed applications that use Microsoft RPC do not need this structure.

The structure is defined in the header file Rpcdcep.h. See the header file for syntax block and member definitions.

Syntax

typedef struct {
  unsigned int          DispatchTableCount;
  RPC_DISPATCH_FUNCTION *DispatchTable;
  LONG_PTR              Reserved;
} RPC_DISPATCH_TABLE, *PRPC_DISPATCH_TABLE;

Members

DispatchTableCount

DispatchTable

Reserved

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header rpcdcep.h