Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RPCOLEMESSAGE structure

Contains marshaling invocation arguments and return values between COM components.

Syntax


typedef struct tagRPCOLEMESSAGE {
  void          *reserved1;
  RPCOLEDATAREP dataRepresentation;
  void          *Buffer;
  ULONG         cbBuffer;
  ULONG         iMethod;
  void          *reserved2[5];
  ULONG         rpcFlags;
} RPCOLEMESSAGE, *PRPCOLEMESSAGE;

Members

reserved1

This member is reserved.

dataRepresentation

The data representation with which the data was marshaled.

Buffer

A buffer for marshaled data.

cbBuffer

The size of the buffer, in bytes.

iMethod

The number of the method to be invoked.

reserved2

This member is reserved.

rpcFlags

Status flags for the RPC connection.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

Objidl.h

See also

IRpcChannelBuffer
IRpcStubBuffer

 

 

Show:
© 2017 Microsoft