MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / GetDisplayName

Method GetDisplayName

FastCopyShellExtension/ShellItem.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <ShObjIdl_core.h>
3
4wchar_t* ShellItem::GetDisplayName()
5{
6 wchar_t* ret;
7 m_ptr->GetDisplayName(SIGDN_FILESYSPATH, &ret);
8 return ret;
9}
10
11ShellItem ShellItem::GetParent()
12{

Callers 2

Recorder.cppFile · 0.45
InvokeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected