ReactOS 0.4.15-dev-7998-gdb93cb1
CExplorerCommand.cpp File Reference
#include "precomp.h"
Include dependency graph for CExplorerCommand.cpp:

Go to the source code of this file.

Classes

class  CExplorerCommand
 
class  CEnumExplorerCommand
 
class  CExplorerCommandProvider
 

Functions

HRESULT _CExplorerCommandProvider_CreateInstance (IContextMenu *zipObject, REFIID riid, LPVOID *ppvOut)
 

Function Documentation

◆ _CExplorerCommandProvider_CreateInstance()

HRESULT _CExplorerCommandProvider_CreateInstance ( IContextMenu zipObject,
REFIID  riid,
LPVOID ppvOut 
)

Definition at line 186 of file CExplorerCommand.cpp.

187{
188 return ShellObjectCreatorInit<CExplorerCommandProvider>(zipObject, riid, ppvOut);
189}
REFIID riid
Definition: atlbase.h:39

Referenced by CZipFolder::CreateViewObject().