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

Class ExplorerFolderInfo

FastCopyShellExtension/dllmain.cpp:179–183  ·  view source on GitHub ↗

Return value of GetCurrentExplorerFolders()

Source from the content-addressed store, hash-verified

177using UniquePidlPtr = std::unique_ptr< ITEMIDLIST, CoTaskMemDeleter >;
178// Return value of GetCurrentExplorerFolders()
179struct ExplorerFolderInfo
180{
181 HWND hwnd = nullptr; // window handle of explorer
182 UniquePidlPtr pidl; // PIDL that points to current folder
183};
184
185// Get information about all currently open explorer windows.
186// Throws std::system_error exception to report errors.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected