ReactOS 0.4.16-dev-1272-g2c12489
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
 

Macros

#define WM_ISFBAND_CHANGE_NOTIFY   (WM_USER + 100)
 

Functions

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

Macro Definition Documentation

◆ WM_ISFBAND_CHANGE_NOTIFY

#define WM_ISFBAND_CHANGE_NOTIFY   (WM_USER + 100)

Definition at line 12 of file CISFBand.h.

Function Documentation

◆ RSHELL_CISFBand_CreateInstance()

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

Definition at line 719 of file CISFBand.cpp.

720{
721 return ShellObjectCreator<CISFBand>(riid, ppv);
722}
REFIID riid
Definition: atlbase.h:39
REFIID LPVOID * ppv
Definition: atlbase.h:39