Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this method to get the IUnknown pointer associated with a given cookie.
IUnknown* WINAPI GetUnknown(
DWORD dwCookie
);
Parameters
- dwCookie
The cookie for which the associated IUnknown pointer is required.
Return Value
Returns the IUnknown pointer, or NULL if no matching cookie is found.
Requirements
Header: atlcom.h
See Also
Reference
CComDynamicUnkArray::GetCookie