CGopherFileFind( CGopherConnection* pConnection, DWORD dwContext = 1 );
Parameters
pConnection
A pointer to a CGopherConnection object.
dwContext
The context identifier for the operation. See Remarks for more information about dwContext.
Remarks
This member function is called to construct a CGopherFileFind object.
The default value for dwContext is sent by MFC to the CGopherFileFind object from the CInternetSession object that created the CGopherFileFind object. When you construct a CGopherFileFind object, you can override the default to set the context identifier to a value of your choosing. The context identifier is returned to CInternetSession::OnStatusCallback to provide status on the object with which it is identified. See the article Internet First Steps: WinInet in Visual C++ Programmer's Guide for more information about the context identifier.
CGopherFileFind Overview | Class Members | Hierarchy Chart
See Also CFtpFileFind, CFileFind