ReactOS 0.4.15-dev-7958-gcd0bb1a
CDefViewDual.cpp File Reference
#include "precomp.h"
Include dependency graph for CDefViewDual.cpp:

Go to the source code of this file.

Classes

class  CDefViewDual
 

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (shell)
 
HRESULT WINAPI CDefViewDual_Constructor (REFIID riid, LPVOID *ppvOut)
 

Function Documentation

◆ CDefViewDual_Constructor()

HRESULT WINAPI CDefViewDual_Constructor ( REFIID  riid,
LPVOID ppvOut 
)

Definition at line 139 of file CDefViewDual.cpp.

140{
141 return ShellObjectCreatorInit<CDefViewDual>(riid, ppvOut);
142}
REFIID riid
Definition: atlbase.h:39

Referenced by CDefView::GetItemObject().

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( shell  )