Condividi tramite


IDebugCoreServer2:: GetMachineInfo

Recupera una descrizione del computer del server principale viene eseguito.

HRESULT GetInfo( 
   MACHINE_INFO_FIELDS Fields,
   MACHINE_INFO*       pMachineInfo
);
int GetInfo( 
   enum_ MACHINE_INFO_FIELDS  Fields,
   MACHINE_INFO[]             pMachineInfo
);

Parametri

  • Fields
    [in] Una combinazione di flag MACHINE_INFORMATION_FIELDS dall'enumerazione che specificano i campi di pMachineInfo devono essere compilati.

  • pMachineInfo
    [in, out] MACHINE_INFORMATION Una struttura che viene soddisfatta di descrizione del computer.

Valore restituito

Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Vedere anche

Riferimenti

IDebugCoreServer2

MACHINE_INFORMATION_FIELDS

MACHINE_INFORMATION