Go to the source code of this file.
◆ START_TEST()
Directory attribute
Definition at line 13 of file FileAttributes_user.c.
14{
15 PCWSTR FileName =
L"\\\\.\\Global\\GLOBALROOT\\Device\\Kmtest-kernel32\\Somefile";
19
23 return;
24
25
29
30
34
35
39
40
44
45
49
50
54
55
59
60
64
65
69
71
75
76
80
81
85
86
90
91
95
96
100
101
105
108}
#define ok_eq_hex(value, expected)
#define ok_eq_int(value, expected)
#define FILE_ATTRIBUTE_NORMAL
DWORD WINAPI GetFileAttributesW(LPCWSTR lpFileName)
BOOL WINAPI SetFileAttributesW(LPCWSTR lpFileName, DWORD dwFileAttributes)
#define IOCTL_RETURN_QUERY_ATTRIBUTES
#define IOCTL_EXPECT_SET_ATTRIBUTES
#define FILE_ATTRIBUTE_VALID_SET_FLAGS
#define FILE_ATTRIBUTE_READONLY
#define FILE_ATTRIBUTE_DIRECTORY
DWORD KmtLoadAndOpenDriver(IN PCWSTR ServiceName, IN BOOLEAN RestartIfRunning)
VOID KmtCloseDriver(VOID)
DWORD KmtSendUlongToDriver(IN DWORD ControlCode, IN DWORD Value)
VOID KmtUnloadDriver(VOID)
#define INVALID_FILE_ATTRIBUTES
_Must_inspect_result_ _In_ WDFDMAENABLER _In_ _In_opt_ PWDF_OBJECT_ATTRIBUTES Attributes
DWORD WINAPI GetLastError(void)