MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / CUT_File

Method CUT_File

UTCP/src/utfile.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31CUT_File::CUT_File()
32 : m_hFile(INVALID_HANDLE_VALUE), m_bOpenAppending(false)
33{
34}
35
36CUT_File::CUT_File(LPCTSTR lpszFileName, UINT nOpenMode,
37 DWORD dwCreationDisposition, BOOL bAppend)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected