#include "shelltest.h"
#include <undocshell.h>
Go to the source code of this file.
◆ START_TEST()
START_TEST |
( |
PathIsTemporary |
| ) |
|
Definition at line 53 of file PathIsTemporary.cpp.
54{
57}
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
25
28
30}
#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)
BOOL WINAPI PathIsTemporaryA(LPSTR Str)
Referenced by START_TEST().
◆ Test_PathIsTemporaryW()
static void Test_PathIsTemporaryW |
( |
void |
| ) |
|
|
static |
Definition at line 32 of file PathIsTemporary.cpp.
33{
37
40
43
46
49
51}
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().