ReactOS 0.4.17-dev-541-gaf36fc6
precomp.h File Reference
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <ndk/rtlfuncs.h>
#include <fmifs/fmifs.h>
Include dependency graph for precomp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _IFS_PROVIDER
 

Macros

#define WIN32_NO_STATUS
 
#define NTOS_MODE_USER
 

Typedefs

typedef struct _IFS_PROVIDER IFS_PROVIDER
 
typedef struct _IFS_PROVIDERPIFS_PROVIDER
 

Functions

PIFS_PROVIDER LoadProvider (_In_ PWCHAR FileSytem)
 
BOOLEAN UnloadProvider (_In_ PIFS_PROVIDER Provider)
 

Variables

LIST_ENTRY ProviderListHead
 

Macro Definition Documentation

◆ NTOS_MODE_USER

#define NTOS_MODE_USER

Definition at line 24 of file precomp.h.

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 18 of file precomp.h.

Typedef Documentation

◆ IFS_PROVIDER

◆ PIFS_PROVIDER

Function Documentation

◆ LoadProvider()

PIFS_PROVIDER LoadProvider ( _In_ PWCHAR  FileSytem)

◆ UnloadProvider()

BOOLEAN UnloadProvider ( _In_ PIFS_PROVIDER  Provider)

Variable Documentation

◆ ProviderListHead

LIST_ENTRY ProviderListHead
extern