MCPcopy Create free account
hub / github.com/WinMerge/winmerge / GetDefaultName

Method GetDefaultName

Src/Merge7zFormatShellImpl.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116VARIANT_BOOL Merge7zFormatShellImpl::GetHandlerKeepName(HWND) { return VARIANT_FALSE; }
117
118BSTR Merge7zFormatShellImpl::GetDefaultName(HWND, LPCTSTR path)
119{
120 return SysAllocString(L"");
121}

Callers 2

DecompressArchiveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected