Packet Sniffer SDK DLL Edition

HNFileAdapter :: Properties :: FAdpGetFileSize

 Previous Next

Return current size of CAP file.

Syntax:

DWORD __stdcall FAdpGetFileSize(HANDLE hFAdp, DWORD *HiValue);

Parameters:

hFAdp

[in] HNFileAdapter object handle.

HiValue

[out] The pointer to the variable, in which the high DWORD of the result will be stored. May be set to NULL, if the application does not need these data.

Return values:

If the function succeeds, the return value will the current size of the CAP file.

Description:

Use FAdpGetFileSize to get current size of CAP file.

See also:HNFileAdapter