MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ~File

Method ~File

SampleFramework12/v1.00/FileIO.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148File::~File()
149{
150 Close();
151 Assert_(fileHandle == INVALID_HANDLE_VALUE);
152}
153
154void File::Open(const wchar* filePath, FileOpenMode openMode_)
155{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected