Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ ShellItem
Method
ShellItem
FastCopyShellExtension/ShellItem.h:8–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
IShellItem* m_ptr;
7
public:
8
ShellItem(IShellItem* ptr = nullptr) :m_ptr{ ptr } {}
9
10
wchar_t* GetDisplayName();
11
ShellItem GetParent();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected