MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / GetTitle

Function GetTitle

Source/WindowsShellExtension/dllmain.cpp:428–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 // IExplorerCommand implementation:
427
428 IFACEMETHODIMP GetTitle(_In_opt_ IShellItemArray* items, _Outptr_ PWSTR* name) {
429 // Provide name for display in File Explorer context menu entry
430 UNREFERENCED_PARAMETER(items);
431 return SHStrDupW(menu_entry_title, name);
432 }
433
434 IFACEMETHODIMP GetIcon(_In_opt_ IShellItemArray* items, _Outptr_ PWSTR* icon) {
435 // Provide icon for display in File Explorer context menu entry

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected