ReactOS 0.4.16-dev-61-ge128cbc
|
#include <ntstatus.h>
#include <windef.h>
#include <ntndk.h>
#include <atlbase.h>
#include <atlcom.h>
#include <shellapi.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <shellutils.h>
#include <versionhelpers.h>
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
Functions | |
static HRESULT | GetDisplayName (CComPtr< IShellFolder > &spFolder, LPCITEMIDLIST pidlRelative, SHGDNF uFlags, WCHAR Buf[MAX_PATH]) |
static HRESULT | Initialize (CComPtr< IShellFolder > &spFolder, WCHAR FolderName[MAX_PATH]) |
static void | Test_GetDisplayNameOf (CComPtr< IShellFolder > &spFolder, const WCHAR *FolderName) |
START_TEST (GetDisplayNameOf) | |
Variables | |
static const CLSID | CLSID_FontExt = { 0xBD84B380, 0x8CA2, 0x1069, { 0xAB, 0x1D, 0x08, 0x00, 0x09, 0x48, 0xF5, 0x34 } } |
static BOOL | g_bFontFolderWithShellView = FALSE |
static BOOL | g_bVistaWorkaround = FALSE |
#define WIN32_NO_STATUS |
Definition at line 9 of file GetDisplayNameOf.cpp.
|
static |
Definition at line 25 of file GetDisplayNameOf.cpp.
Referenced by Initialize(), and Test_GetDisplayNameOf().
|
static |
Definition at line 38 of file GetDisplayNameOf.cpp.
START_TEST | ( | GetDisplayNameOf | ) |
Definition at line 172 of file GetDisplayNameOf.cpp.
|
static |
Definition at line 74 of file GetDisplayNameOf.cpp.
|
static |
Definition at line 21 of file GetDisplayNameOf.cpp.
Referenced by START_TEST().
Definition at line 22 of file GetDisplayNameOf.cpp.
Referenced by START_TEST(), and Test_GetDisplayNameOf().
Definition at line 23 of file GetDisplayNameOf.cpp.
Referenced by START_TEST(), and Test_GetDisplayNameOf().