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

Function GetFlags

Source/WindowsShellExtension/dllmain.cpp:537–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535 }
536
537 IFACEMETHODIMP GetFlags(_Out_ EXPCMDFLAGS* flags) {
538 *flags = ECF_DEFAULT;
539 return S_OK;
540 }
541
542 IFACEMETHODIMP EnumSubCommands(_Outptr_ IEnumExplorerCommand** enumCommands) {
543 *enumCommands = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected