CDumpContext::DumpAsHex
Esegue il dump del tipo specificato formattato come numeri esadecimali.
CDumpContext& DumpAsHex(
BYTE b
);
CDumpContext& DumpAsHex(
DWORD dw
);
CDumpContext& DumpAsHex(
int n
);
CDumpContext& DumpAsHex(
LONG l
);
CDumpContext& DumpAsHex(
LONGLONG n
);
CDumpContext& DumpAsHex(
UINT u
);
CDumpContext& DumpAsHex(
ULONGLONG n
);
CDumpContext& DumpAsHex(
WORD w
);
Valore restituito
Riferimento a un oggetto CDumpContext.
Note
Chiamare la funzione membro per eseguire il dump dell'elemento del tipo specificato come numero esadecimale. Per eseguire il dump di una matrice, chiamare CDumpContext::HexDump.
Esempio
#if _DEBUG
afxDump.DumpAsHex(115);
#endif
Requisiti
Header: afx.h