CComSafeArray::Attach

Aggiunge una struttura SAFEARRAY a un oggetto CComSafeArray.

HRESULT Attach(
   const SAFEARRAY * psaSrc 
);

Parametri

  • psaSrc
    Un puntatore a una struttura SAFEARRAY.

Valore restituito

Restituisce S_OK su positivo, o un errore HRESULT di errore.

Note

Aggiunge una struttura SAFEARRAY a un oggetto CComSafeArray, rendendo disponibili i metodi esistenti CComSafeArray.

Requisiti

Header: atlsafe.h

Vedere anche

Riferimenti

Classe di CComSafeArray

CComSafeArray::Detach