#include "shelltest.h"
#include <stdio.h>
#include <shellutils.h>
Go to the source code of this file.
◆ START_TEST()
START_TEST |
( |
GetDisplayNameOf |
| ) |
|
Definition at line 13 of file GetDisplayNameOf.cpp.
14{
17
18 CComPtr<IShellFolder> spPanel;
19
24 {
26
29 hr = spPanel->GetDisplayNameOf(
NULL, SHGDN_NORMAL, &
ret);
30
31
32
35
36
39 hr = spPanel->GetDisplayNameOf(
NULL, SHGDN_FORPARSING, &
ret);
40
43 }
44}
#define ok_hr(status, expected)
int memcmp(void *Buffer1, void *Buffer2, ACPI_SIZE Count)
#define ok_hex(expression, result)
HRESULT WINAPI DECLSPEC_HOTPATCH CoCreateInstance(REFCLSID rclsid, LPUNKNOWN pUnkOuter, DWORD dwClsContext, REFIID iid, LPVOID *ppv)
HRESULT WINAPI DECLSPEC_HOTPATCH CoInitializeEx(LPVOID lpReserved, DWORD dwCoInit)
@ COINIT_APARTMENTTHREADED
#define IID_PPV_ARG(Itype, ppType)