CFile::hFileNull
确定有效的文件句柄的显示 CFile 对象的。
static AFX_DATA const HANDLE hFileNull;
备注
该常数用于确定 CFile 对象是否具有有效的文件句柄。
下面的示例演示此操作:
if (myFile.m_hFile != CFile::hFileNull)
;//perform operations on the file
else
;//indicate the presence of an invalid handle
要求
Header: afx.h
请参见
参考
C文件选件类
层次结构图