Condividi tramite


Metodo IGlobalOptions::Query (objidlbase.h)

Esegue una query sulla proprietà globale specificata del runtime COM.

Sintassi

HRESULT Query(
  [in]  GLOBALOPT_PROPERTIES dwProperty,
  [out] ULONG_PTR            *pdwValue
);

Parametri

[in] dwProperty

Proprietà globale del runtime COM. Per un elenco delle proprietà che è possibile impostare con questo metodo, vedere IGlobalOptions.

[out] pdwValue

Valore della proprietà.

Importante Per la proprietà COMGLB_APPID, questo parametro riceve un puntatore al GUID AppID.

 

Valore restituito

Il valore restituito è S_OK se la proprietà viene eseguita correttamente.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [app desktop | App UWP]
Server minimo supportato Windows Server 2003 [app desktop | App UWP]
Piattaforma di destinazione Windows
Intestazione objidlbase.h (include ObjIdl.h)

Vedi anche

IGlobalOptions