MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / _Close

Method _Close

source/TextIO.cpp:663–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663void TextFile::_Close()
664{
665 if (mFile != INVALID_HANDLE_VALUE) {
666 if ((mFlags & ACCESS_MODE_MASK) != USEHANDLE)
667 CloseHandle(mFile);
668 mFile = INVALID_HANDLE_VALUE;
669 }
670}
671
672DWORD TextFile::_Read(LPVOID aBuffer, DWORD aBufSize)
673{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected