Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
wchar_t* ShellItem::GetDisplayName()
5
{
6
wchar_t* ret;
7
m_ptr->GetDisplayName(SIGDN_FILESYSPATH, &ret);
8
return ret;
9
}
10
11
ShellItem ShellItem::GetParent()
12
{
Callers
2
Recorder.cpp
File · 0.45
Invoke
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected