Struct IMarshallObjectIdent#

Inheritance Relationships#

Derived Types#

Struct Documentation#

struct IMarshallObjectIdent#

Set the marshall object identification. The identification will be used to verify the proper sender/receiver.

Subclassed by sdv::ps::CProxyHandler< TInterface >, sdv::ps::CStubHandler< TInterface >

Public Functions

virtual void SetIdentification(const TMarshallID &tMarshallID) = 0#

Set the identification.

Parameters:

tMarshallID[in] Reference to the marshall object ID. For a proxy object, this is the proxy ID. For a stub object this is a stub ID.

void SetIdentification (in TMarshallID tMarshallID)

Set the identification.

Parameters:

tMarshallID[in] Reference to the marshall object ID. For a proxy object, this is the proxy ID. For a stub object this is a stub ID.

Public Static Attributes

static ::sdv::interface_id _id = 0xCDAF9D2056553245#

Interface ID.