CDumpContext::HexDump

Call this member function to dump an array of bytes formatted as hexadecimal numbers.

Syntax

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

At a Glance

Header file: Afx.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CDumpContext Overview, CDumpContext Member Functions, Run-Time Object Model Support