Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Determines the presence of a valid file handle for the CFile object.
static AFX_DATA const HANDLE hFileNull;
Remarks
This constant is used to determine if the CFile object has a valid file handle.
The following example demonstrates this operation:
if (myFile.m_hFile != CFile::hFileNull)
;//perform operations on the file
else
;//indicate the presence of an invalid handle
Requirements
Header: afx.h