CGopherFileFind::FindFile

virtual BOOL FindFile( CGopherLocator& refLocator, LPCTSTR pstrString, DWORD dwFlags = INTERNET_FLAG_RELOAD );

virtual BOOL FindFile( LPCTSTR pstrString, DWORD dwFlags = INTERNET_FLAG_RELOAD );

Return Value

Nonzero if successful; otherwise 0.  To get extended error information, call the Win32 function GetLastError.

Parameters

refLocator

A reference to a CGopherLocator object.

pstrString

A pointer to a string containing the file name.

dwFlags

 The flags describing how to handle this session. The valid flags are:

Remarks

Call this member function to find a gopher file.

After calling FindFile to retrieve the first gopher object, you can call FindNextFile to retrieve subsequent gopher files.

CGopherFileFind OverviewClass MembersHierarchy Chart

See Also   CFileFind::FindFile