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.
virtual DWORD GetLength( ) const;
Return Value
The length, in bytes, of the found file.
Remarks
Call this member function to get the length, in bytes, of the found file.
GetLength uses the nFileSizeLow member, of the Win32 structure to get the low-order DWORD value of the file size in bytes. If the file may be more than four gigabytes in size, use the GetLength64 member.
CGopherFileFind Overview | Class Members | Hierarchy Chart
See Also CFileFind