Metodo IDebugClient5::GetOtherOutputMask (dbgeng.h)

Il metodo GetOtherOutputMask restituisce la maschera di output per un altro client.

Sintassi

HRESULT GetOtherOutputMask(
  [in]  PDEBUG_CLIENT Client,
  [out] PULONG        Mask
);

Parametri

[in] Client

Specifica il client il cui maschera di output è desiderato.

[out] Mask

Riceve la maschera di output per il client. Per informazioni dettagliate su come interpretare questo valore, vedere DEBUG_OUTPUT_XXX .

Valore restituito

Questo metodo può anche restituire valori di errore. Per altre informazioni, vedere Valori restituiti .

Codice restituito Descrizione
S_OK
Il metodo è stato eseguito correttamente.

Commenti

Per una panoramica dell'output nel motore del debugger, vedere Input e Output.

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione dbgeng.h (includere Dbgeng.h)

Vedi anche

GetOutputMask

Idebugclient

IDebugClient2

IDebugClient3

IDebugClient4

IDebugClient5

SetOtherOutputMask