This topic has not yet been rated - Rate this topic

CComGITPtr::Attach 

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


HRESULT Attach(
   T* p 
) throw( );
HRESULT Attach(
   DWORD dwCookie 
) throw( );

Parameters

p

The interface pointer to be added to the GIT.

dwCookie

The cookie used to identify the interface pointer.

Returns S_OK on success, or an error HRESULT on failure.

In debug builds, an assertion error will occur if the GIT is not valid, or if the cookie is equal to NULL.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.