Packet Sniffer SDK DLL Edition

HNFileAdapter :: Methods :: FAdpIsOpened

 Previous Next

Shows HNFileAdapter working status.

Syntax:

BOOL __stdcall FAdpIsOpened(HANDLE hFAdp);

Parameters:

hFAdp

[in] HNFileAdapter object handle.

Return values:

Returns TRUE, if HNFileAdapter object opened/created a CAP file successfully, or FALSE, if HNFileAdapter object is closed.

Description:

Use FAdpIsOpened to get the HNFileAdapter object status.

See also:HNFileAdapter, FAdpOpenFile, FAdpCreateFile