ReactOS 0.4.15-dev-8002-gbbb3b00
CFolderViewCB.cpp File Reference
#include "precomp.h"
Include dependency graph for CFolderViewCB.cpp:

Go to the source code of this file.

Classes

class  CFolderViewCB
 

Functions

HRESULT _CFolderViewCB_CreateInstance (REFIID riid, LPVOID *ppvOut)
 

Function Documentation

◆ _CFolderViewCB_CreateInstance()

HRESULT _CFolderViewCB_CreateInstance ( REFIID  riid,
LPVOID ppvOut 
)

Definition at line 51 of file CFolderViewCB.cpp.

52{
53 return ShellObjectCreator<CFolderViewCB>(riid, ppvOut);
54}
REFIID riid
Definition: atlbase.h:39

Referenced by CZipFolder::CreateViewObject().