ReactOS 0.4.15-dev-7953-g1f49173
vfdshext.cpp File Reference
#include <windows.h>
#include <shellapi.h>
#include <shlobj.h>
#include "vfdtypes.h"
#include "vfdapi.h"
#include "vfdlib.h"
#include "vfdshext.h"
Include dependency graph for vfdshext.cpp:

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

 STDMETHODIMP_ (ULONG) CVfdShExt
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 11 of file vfdshext.cpp.

Function Documentation

◆ STDMETHODIMP_()

STDMETHODIMP_ ( ULONG  )

Definition at line 93 of file vfdshext.cpp.

94{
95 VFDTRACE(0, ("CVfdShExt::AddRef()\n"));
96
97 return ++m_cRefCnt;
98}
#define VFDTRACE(LEVEL, STRING)
Definition: vfddbg.h:72