MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / IsOpen

Method IsOpen

sourcecommon/File.cpp:76–79  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

74}
75//---------------------------------------------------------------------------
76bool __fastcall TFile::IsOpen(void)
77{
78 return (handle==NULL || handle==INVALID_HANDLE_VALUE) ? false : true;
79}
80//---------------------------------------------------------------------------
81bool __fastcall TFile::Write(BYTE * data, DWORD size)
82{

Callers 8

SaveMethod · 0.45
UdpServerStopFunction · 0.45
UdpReceiveMessageFunction · 0.45
TcpServerStopFunction · 0.45
TcpPrintStatusFunction · 0.45
PostRotateFileFunction · 0.45
TimerTimerMethod · 0.45
WriteToLogRawMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected