ReactOS 0.4.15-dev-8434-g155a7c7
nfs41_np.h
Go to the documentation of this file.
1/* NFSv4.1 client for Windows
2 * Copyright © 2012 The Regents of the University of Michigan
3 *
4 * Olga Kornievskaia <aglo@umich.edu>
5 * Casey Bodley <cbodley@umich.edu>
6 *
7 * This library is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU Lesser General Public License as published by
9 * the Free Software Foundation; either version 2.1 of the License, or (at
10 * your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful, but
13 * without any warranty; without even the implied warranty of merchantability
14 * or fitness for a particular purpose. See the GNU Lesser General Public
15 * License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public License
18 * along with this library; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20 */
21
22#ifndef __NFS41_NP_H__
23#define __NFS41_NP_H__
24
25#define NFS41NP_MUTEX_NAME "NFS41NPMUTEX"
26
27#define NFS41NP_MAX_DEVICES 26
28
29typedef struct __NFS41NP_NETRESOURCE {
43
49
50#endif /* !__NFS41_NP_H__ */
#define MAX_PATH
Definition: compat.h:34
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
struct __NFS41NP_SHARED_MEMORY * PNFS41NP_SHARED_MEMORY
struct __NFS41NP_NETRESOURCE NFS41NP_NETRESOURCE
struct __NFS41NP_NETRESOURCE * PNFS41NP_NETRESOURCE
struct __NFS41NP_SHARED_MEMORY NFS41NP_SHARED_MEMORY
#define NFS41NP_MAX_DEVICES
Definition: nfs41_np.h:27
unsigned short USHORT
Definition: pedump.c:61
WCHAR LocalName[MAX_PATH]
Definition: nfs41_np.h:38
USHORT LocalNameLength
Definition: nfs41_np.h:31
WCHAR RemoteName[MAX_PATH]
Definition: nfs41_np.h:39
USHORT RemoteNameLength
Definition: nfs41_np.h:32
USHORT ConnectionNameLength
Definition: nfs41_np.h:33
WCHAR ConnectionName[MAX_PATH]
Definition: nfs41_np.h:40
NFS41NP_NETRESOURCE NetResources[NFS41NP_MAX_DEVICES]
Definition: nfs41_np.h:47
int32_t INT
Definition: typedefs.h:58
_In_ PWDFDEVICE_INIT _In_ PWDF_REMOVE_LOCK_OPTIONS Options
Definition: wdfdevice.h:3534
__wchar_t WCHAR
Definition: xmlstorage.h:180