ReactOS 0.4.15-dev-7953-g1f49173
CISFBand.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CISFBand
 

Functions

HRESULT WINAPI RSHELL_CISFBand_CreateInstance (REFIID riid, void **ppv)
 

Function Documentation

◆ RSHELL_CISFBand_CreateInstance()

HRESULT WINAPI RSHELL_CISFBand_CreateInstance ( REFIID  riid,
void **  ppv 
)

Definition at line 669 of file CISFBand.cpp.

670 {
671 return ShellObjectCreator<CISFBand>(riid, ppv);
672 }
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39