Поделиться через


CComUnkArray::Add

Call this method to add an IUnknown pointer to the array.

DWORD Add(
   IUnknown* pUnk 
);

Параметры

  • pUnk
    Call this method to add an IUnknown pointer to the array.

Возвращаемое значение

Returns the cookie associated with the newly added pointer, or 0 if the array is not large enough to contain the new pointer.

Требования

Header: atlcom.h

См. также

Основные понятия

CComUnkArray Class

CComUnkArray Members

CComUnkArray::Remove