ReactOS 0.4.15-dev-7842-g558ab78
sfcfiles.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _PROTECT_FILE_ENTRY
 

Typedefs

typedef struct _PROTECT_FILE_ENTRY PROTECT_FILE_ENTRY
 
typedef struct _PROTECT_FILE_ENTRYPPROTECT_FILE_ENTRY
 

Functions

NTSTATUS WINAPI SfcGetFiles (_Out_ PPROTECT_FILE_ENTRY *ProtFileData, _Out_ PULONG FileCount)
 

Typedef Documentation

◆ PPROTECT_FILE_ENTRY

◆ PROTECT_FILE_ENTRY

Function Documentation

◆ SfcGetFiles()

NTSTATUS WINAPI SfcGetFiles ( _Out_ PPROTECT_FILE_ENTRY ProtFileData,
_Out_ PULONG  FileCount 
)

Definition at line 52 of file sfcfiles.c.

55{
56 *ProtFileData = ProtectedFiles;
58 return STATUS_SUCCESS;
59}
PULONG FileCount
Definition: SfcGetFiles.c:18
#define ARRAYSIZE(array)
Definition: filtermapper.c:47
static PROTECT_FILE_ENTRY ProtectedFiles[]
Definition: sfcfiles.c:18
#define STATUS_SUCCESS
Definition: shellext.h:65

Referenced by START_TEST(), and Test_GetFiles().