C++
AcCFile( HANDLE hFile );
Description
Constructs an AcCFile object from an existing file handle.
This constructor sets the new line expansion to false by default.
Parameters
Parameters | Description |
---|---|
hFile | Input HANDLE value returned by a previous call to CreateFile Win32 API |