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

Method GetHandle

sourcecommon/File.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 // �������� ��������� ��������� �����
139 bool __fastcall GetError(void) { return Error; }
140 HANDLE __fastcall GetHandle(void) { return handle; }
141
142 // �������� ���������� � �����
143 bool GetInfo(BY_HANDLE_FILE_INFORMATION * p);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected