TTypeUid::Ptr Class Reference

#include <mw/coemop.h>

class TTypeUid::Ptr
Public Member Functions
TAny *Pointer()

Detailed Description

Encapsulates a pointer to an object fetched by an object provider.

The class has no public constructor. TTypeUid::MakePtr() or TTypeUid::Null() must be used to construct instances of this class.

Member Function Documentation

Pointer ( )

TAny *Pointer()const [inline]

Retrieves the pointer to an object which is encapsulated by the Ptr.

Returns: A pointer to an object.