CDumpContext::DumpAsHex
16 진수 숫자로 서식이 지정 된 형식으로 덤프 합니다.
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
);
반환 값
CDumpContext 개체에 대한 참조입니다.
설명
지정 된 16 진수 형식의 항목을 덤프 하려면이 멤버 함수를 호출 합니다.배열 덤프 하려면 호출 CDumpContext::HexDump.
예제
#if _DEBUG
afxDump.DumpAsHex(115);
#endif
요구 사항
헤더: afx.h