CComGITPtr Members

Methods

Attach

Call this method to register the interface pointer in the global interface table (GIT).

CComGITPtr

The constructor.

~CComGITPtr

The destructor.

CopyTo

Call this method to copy the interface from the global interface table (GIT) to the passed pointer.

Detach

Call this method to disassociate the interface from the CComGITPtr object.

GetCookie

Call this method to return the cookie from the CComGITPtr object.

Revoke

Call this method to remove the interface from the global interface table (GIT).

Operators

operator =

Assignment operator.

operator DWORD

Returns the cookie from the CComGITPtr object.

Data Members

m_dwCookie

The cookie.

See Also

Reference

CComGITPtr Class