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
요구 사항
헤더: afx.h