|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <stdio.h>#include <windef.h>#include <winbase.h>#include <ndk/rtlfuncs.h>#include <fmifs/fmifs.h>

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_PROVIDER * | PIFS_PROVIDER |
Functions | |
| PIFS_PROVIDER | GetProvider (IN PWCHAR FileSytem) |
Variables | |
| LIST_ENTRY | ProviderListHead |
| typedef struct _IFS_PROVIDER IFS_PROVIDER |
| typedef struct _IFS_PROVIDER * PIFS_PROVIDER |
| PIFS_PROVIDER GetProvider | ( | IN PWCHAR | FileSytem | ) |
Definition at line 23 of file init.c.
|
extern |
Definition at line 20 of file init.c.
Referenced by AddProvider(), GetProvider(), InitializeFmIfsOnce(), and QueryAvailableFileSystemFormat().