Metodo IContext::EnumContextProps (objidl.h)

Restituisce un puntatore dell'interfaccia IEnumContextProps che può essere usato per enumerare le proprietà del contesto in questo contesto.

Sintassi

HRESULT EnumContextProps(
  [out] IEnumContextProps **ppEnumContextProps
);

Parametri

[out] ppEnumContextProps

Indirizzo della variabile che riceve il nuovo puntatore dell'interfaccia IEnumContextProps .

Valore restituito

Questo metodo può restituire i valori restituiti standard E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL e S_OK.

Requisiti

Requisito Valore
Client minimo supportato Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows 2000 Server [solo app desktop]
Piattaforma di destinazione Windows
Intestazione objidl.h (include ObjIdl.h)

Vedi anche

IContext

IEnumContextProps