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

Method GetInfo

sourcecommon/File.cpp:358–364  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

356}
357//---------------------------------------------------------------------------
358bool TFile::GetInfo(BY_HANDLE_FILE_INFORMATION * p)
359{
360 if( ! handle ) return false;
361 Error = !::GetFileInformationByHandle(handle, p);
362 if( Exceptions && Error ) throw 0;
363 return ! Error;
364}
365//---------------------------------------------------------------------------
366bool TFile::WriteHex(char * title, void * data, DWORD size)
367{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected