#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winuser.h>
#include <winwlx.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ WIN32_NO_STATUS
◆ PPROTECTED_FILE_DATA
◆ PROTECTED_FILE_DATA
◆ DllMain()
Definition at line 43 of file sfc_os.c.
44{
45 switch (fdwReason)
46 {
48 {
51 break;
52 }
54 {
55 break;
56 }
57 }
58
60}
#define DLL_PROCESS_ATTACH
#define DLL_PROCESS_DETACH
BOOL WINAPI DisableThreadLibraryCalls(IN HMODULE hLibModule)
◆ SfcFileException()
Definition at line 170 of file sfc_os.c.
171{
173
174 return 0;
175}
◆ SfcGetNextProtectedFile()
Definition at line 142 of file sfc_os.c.
143{
144 if (!ProtFileData)
145 {
148 }
149
153}
#define ERROR_INVALID_PARAMETER
#define ERROR_NO_MORE_FILES
Referenced by START_TEST().
◆ SfcIsFileProtected()
◆ SfcIsKeyProtected()
Definition at line 117 of file sfc_os.c.
118{
120
121 if (reported) {
123 }
124 else
125 {
128 }
129
133 }
134
137}
#define ERROR_INVALID_HANDLE
Referenced by START_TEST().
◆ SfcWLEventLogoff()
◆ SfcWLEventLogon()
◆ hLibModule