共用方式為


CDumpContext::HexDump

傾印成十六進位數字格式化的位元組陣列。

void HexDump(
   LPCTSTR lpszLine,
   BYTE* pby,
   int nBytes,
   int nWidth 
);

參數

  • lpszLine
    輸出的字串在新的一行的開頭。

  • pby
    內含位元組之緩衝區的指標傾印。

  • nBytes
    傾印的位元組數。

  • nWidth
    最大位元組數每一行 (非寬度傾印輸出行)。

備註

若要傾印單一,特定項目以十六進位數字,請呼叫 CDumpContext::DumpAsHex

範例

#if _DEBUG
   TCHAR test[] = _T("This is a test of CDumpContext::HexDump\n");
   afxDump.HexDump(_T("."), (BYTE*)test, sizeof(test), 20);
#endif

需求

Header: afx.h

請參閱

參考

CDumpContext 類別

階層架構圖