Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
CGopherFile( HINTERNET hFile**, CGopherLocator&** refLocator**, CGopherConnection*** pConnection );
Parameters
hFile
A handle to an HINTERNET file.
refLocator
A reference to a CGopherLocator object.
pConnection
A pointer to a CGopherConnection object.
Remarks
This member function is called to construct a CGopherFile object.
You need a CGopherFile object to read from a file during a gopher Internet session.
You never create a CGopherFile object directly. Instead, call CGopherConnection::OpenFile to open a file on a gopher server.
CGopherFile Overview | Class Members | Hierarchy Chart
See Also CInternetFile, CGopherLocator, CGopherFileFind, CGopherConnection