AfxDump (MFC)
调用此函数,当在调试器转储对象的状态时,在调试过程。
void AfxDump(
const CObject* pOb
);
参数
- pOb
为从 CObject派生的类的对象的指针。
备注
调用AfxDump 对象的 Dump 成员函数并且将信息发送给 afxDump 变量指定的位置。 AfxDump 只具有 MFC 调试版本。
程序代码不应当调用 AfxDump,但应调用相应对象的 Dump 成员函数。
要求
头文件: afx.h
调用此函数,当在调试器转储对象的状态时,在调试过程。
void AfxDump(
const CObject* pOb
);
调用AfxDump 对象的 Dump 成员函数并且将信息发送给 afxDump 变量指定的位置。 AfxDump 只具有 MFC 调试版本。
程序代码不应当调用 AfxDump,但应调用相应对象的 Dump 成员函数。
头文件: afx.h