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

Class ShellItem

FastCopyShellExtension/ShellItem.h:4–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3struct IShellItem;
4class ShellItem
5{
6 IShellItem* m_ptr;
7public:
8 ShellItem(IShellItem* ptr = nullptr) :m_ptr{ ptr } {}
9
10 wchar_t* GetDisplayName();
11 ShellItem GetParent();
12
13 IShellItem* GetPtr() const { return m_ptr; }
14};
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected