#include "shelltest.h"
#include <undocshell.h>
Go to the source code of this file.
◆ START_TEST()
| START_TEST |
( |
PathIsTemporary |
| ) |
|
Definition at line 61 of file PathIsTemporary.cpp.
62{
65}
static void Test_PathIsTemporaryW(void)
static void Test_PathIsTemporaryA(void)
◆ Test_PathIsTemporaryA()
| static void Test_PathIsTemporaryA |
( |
void |
| ) |
|
|
static |
Definition at line 11 of file PathIsTemporary.cpp.
12{
16
19
22
24 {
25
28 }
29
32
34}
#define ok_int(expression, result)
BOOL WINAPI RemoveDirectoryA(IN LPCSTR lpPathName)
BOOL WINAPI CreateDirectoryA(IN LPCSTR lpPathName, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes)
UINT WINAPI GetWindowsDirectoryA(OUT LPSTR lpBuffer, IN UINT uSize)
DWORD WINAPI GetTempPathA(IN DWORD nBufferLength, OUT LPSTR lpBuffer)
#define _WIN32_WINNT_WS03
BOOL WINAPI PathIsTemporaryA(LPSTR Str)
Referenced by START_TEST().
◆ Test_PathIsTemporaryW()
| static void Test_PathIsTemporaryW |
( |
void |
| ) |
|
|
static |
Definition at line 36 of file PathIsTemporary.cpp.
37{
41
44
47
49 {
50
53 }
54
57
59}
BOOL WINAPI CreateDirectoryW(IN LPCWSTR lpPathName, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes)
BOOL WINAPI RemoveDirectoryW(IN LPCWSTR lpPathName)
DWORD WINAPI GetTempPathW(IN DWORD count, OUT LPWSTR path)
UINT WINAPI GetWindowsDirectoryW(OUT LPWSTR lpBuffer, IN UINT uSize)
BOOL WINAPI PathIsTemporaryW(LPWSTR Str)
Referenced by START_TEST().