ReactOS 0.4.16-dev-237-gd6eebaa
|
#include "precomp.h"
#include "ndk/kefuncs.h"
#include "ndk/rtlfuncs.h"
#include "winerror.h"
#include "lmerr.h"
Go to the source code of this file.
void __RPC_FAR *__RPC_USER midl_user_allocate | ( | SIZE_T | len | ) |
Definition at line 71 of file rpcserver.c.
void __RPC_USER midl_user_free | ( | void __RPC_FAR * | ptr | ) |
Definition at line 77 of file rpcserver.c.
NET_API_STATUS __stdcall NetprNameCanonicalize | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | Name, | ||
WCHAR * | Outbuf, | ||
DWORD | OutbufLen, | ||
DWORD | NameType, | ||
DWORD | Flags | ||
) |
Definition at line 697 of file rpcserver.c.
Referenced by implicit_handle().
long __stdcall NetprNameCompare | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | Name1, | ||
WCHAR * | Name2, | ||
DWORD | NameType, | ||
DWORD | Flags | ||
) |
Definition at line 713 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetprNameValidate | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | Name, | ||
DWORD | NameType, | ||
DWORD | Flags | ||
) |
Definition at line 683 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetprPathCanonicalize | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | PathName, | ||
unsigned char * | Outbuf, | ||
DWORD | OutbufLen, | ||
WCHAR * | Prefix, | ||
DWORD * | PathType, | ||
DWORD | Flags | ||
) |
Definition at line 651 of file rpcserver.c.
Referenced by implicit_handle().
long __stdcall NetprPathCompare | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | PathName1, | ||
WCHAR * | PathName2, | ||
DWORD | PathType, | ||
DWORD | Flags | ||
) |
Definition at line 668 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetprPathType | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | PathName, | ||
DWORD * | PathType, | ||
DWORD | Flags | ||
) |
Definition at line 637 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrConnectionEnum | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | Qualifier, | ||
LPCONNECT_ENUM_STRUCT | InfoStruct, | ||
DWORD | PreferedMaximumLength, | ||
DWORD * | TotalEntries, | ||
DWORD * | ResumeHandle | ||
) |
Definition at line 162 of file rpcserver.c.
Referenced by implicit_handle(), and NetConnectionEnum().
NET_API_STATUS __stdcall NetrDfsCreateExitPoint | ( | SRVSVC_HANDLE | ServerName, |
GUID * | Uid, | ||
WCHAR * | Prefix, | ||
unsigned long | Type, | ||
DWORD | ShortPrefixLen, | ||
WCHAR * | ShortPrefix | ||
) |
Definition at line 893 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrDfsCreateLocalPartition | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | ShareName, | ||
GUID * | EntryUid, | ||
WCHAR * | EntryPrefix, | ||
WCHAR * | ShortName, | ||
LPNET_DFS_ENTRY_ID_CONTAINER | RelationInfo, | ||
int | Force | ||
) |
Definition at line 839 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrDfsDeleteExitPoint | ( | SRVSVC_HANDLE | ServerName, |
GUID * | Uid, | ||
WCHAR * | Prefix, | ||
unsigned long | Type | ||
) |
Definition at line 909 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrDfsDeleteLocalPartition | ( | SRVSVC_HANDLE | ServerName, |
GUID * | Uid, | ||
WCHAR * | Prefix | ||
) |
Definition at line 856 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrDfsFixLocalVolume | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | VolumeName, | ||
unsigned long | EntryType, | ||
unsigned long | ServiceType, | ||
WCHAR * | StgId, | ||
GUID * | EntryUid, | ||
WCHAR * | EntryPrefix, | ||
LPNET_DFS_ENTRY_ID_CONTAINER | RelationInfo, | ||
unsigned long | CreateDisposition | ||
) |
Definition at line 936 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrDfsGetVersion | ( | SRVSVC_HANDLE | ServerName, |
DWORD * | Version | ||
) |
Definition at line 827 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrDfsManagerReportSiteInfo | ( | SRVSVC_HANDLE | ServerName, |
LPDFS_SITELIST_INFO * | ppSiteInfo | ||
) |
Definition at line 955 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrDfsModifyPrefix | ( | SRVSVC_HANDLE | ServerName, |
GUID * | Uid, | ||
WCHAR * | Prefix | ||
) |
Definition at line 923 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrDfsSetLocalVolumeState | ( | SRVSVC_HANDLE | ServerName, |
GUID * | Uid, | ||
WCHAR * | Prefix, | ||
unsigned long | State | ||
) |
Definition at line 869 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrDfsSetServerInfo | ( | void | ) |
Definition at line 883 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrFileClose | ( | SRVSVC_HANDLE | ServerName, |
DWORD | FileId | ||
) |
Definition at line 209 of file rpcserver.c.
Referenced by implicit_handle(), and NetFileClose().
NET_API_STATUS __stdcall NetrFileEnum | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | BasePath, | ||
WCHAR * | UserName, | ||
PFILE_ENUM_STRUCT | InfoStruct, | ||
DWORD | PreferedMaximumLength, | ||
DWORD * | TotalEntries, | ||
DWORD * | ResumeHandle | ||
) |
Definition at line 178 of file rpcserver.c.
Referenced by implicit_handle(), and NetFileEnum().
NET_API_STATUS __stdcall NetrFileGetInfo | ( | SRVSVC_HANDLE | ServerName, |
DWORD | FileId, | ||
DWORD | Level, | ||
LPFILE_INFO | InfoStruct | ||
) |
Definition at line 195 of file rpcserver.c.
Referenced by implicit_handle(), and NetFileGetInfo().
DWORD __stdcall NetrpGetFileSecurity | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | ShareName, | ||
WCHAR * | lpFileName, | ||
SECURITY_INFORMATION | RequestedInformation, | ||
PADT_SECURITY_DESCRIPTOR * | SecurityDescriptor | ||
) |
Definition at line 768 of file rpcserver.c.
Referenced by implicit_handle().
DWORD __stdcall NetrpSetFileSecurity | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | ShareName, | ||
WCHAR * | lpFileName, | ||
SECURITY_INFORMATION | SecurityInformation, | ||
PADT_SECURITY_DESCRIPTOR | SecurityDescriptor | ||
) |
Definition at line 783 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrRemoteTOD | ( | SRVSVC_HANDLE | ServerName, |
LPTIME_OF_DAY_INFO * | BufferPtr | ||
) |
Definition at line 548 of file rpcserver.c.
Referenced by implicit_handle(), and NetRemoteTOD().
NET_API_STATUS __stdcall NetrServerDiskEnum | ( | SRVSVC_HANDLE | ServerName, |
DWORD | Level, | ||
DISK_ENUM_CONTAINER * | DiskInfoStruct, | ||
DWORD | PreferedMaximumLength, | ||
DWORD * | TotalEntries, | ||
DWORD * | ResumeHandle | ||
) |
Definition at line 456 of file rpcserver.c.
Referenced by implicit_handle(), and NetServerDiskEnum().
NET_API_STATUS __stdcall NetrServerGetInfo | ( | SRVSVC_HANDLE | ServerName, |
DWORD | Level, | ||
LPSERVER_INFO * | InfoStruct | ||
) |
Definition at line 348 of file rpcserver.c.
Referenced by implicit_handle(), and NetServerGetInfo().
NET_API_STATUS __stdcall NetrServerSetInfo | ( | SRVSVC_HANDLE | ServerName, |
DWORD | Level, | ||
LPSERVER_INFO | ServerInfo, | ||
DWORD * | ParmErr | ||
) |
Definition at line 442 of file rpcserver.c.
Referenced by implicit_handle(), and NetServerSetInfo().
NET_API_STATUS __stdcall NetrServerSetServiceBits | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | Transport, | ||
DWORD | ServiceBits, | ||
DWORD | UpdateImmediately | ||
) |
Definition at line 616 of file rpcserver.c.
Referenced by I_NetServerSetServiceBits(), and implicit_handle().
NET_API_STATUS __stdcall NetrServerSetServiceBitsEx | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | EmulatedServer, | ||
WCHAR * | Transport, | ||
DWORD | ServiceBitsOfInterest, | ||
DWORD | ServiceBits, | ||
DWORD | UpdateImmediately | ||
) |
Definition at line 811 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrServerStatisticsGet | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | Service, | ||
DWORD | Level, | ||
DWORD | Options, | ||
LPSTAT_SERVER_0 * | InfoStruct | ||
) |
Definition at line 472 of file rpcserver.c.
Referenced by implicit_handle(), and NetStatisticsGet().
NET_API_STATUS __stdcall NetrServerTransportAdd | ( | SRVSVC_HANDLE | ServerName, |
DWORD | Level, | ||
LPSERVER_TRANSPORT_INFO_0 | Buffer | ||
) |
Definition at line 507 of file rpcserver.c.
Referenced by implicit_handle(), and NetServerTransportAdd().
NET_API_STATUS __stdcall NetrServerTransportAddEx | ( | SRVSVC_HANDLE | ServerName, |
DWORD | Level, | ||
LPTRANSPORT_INFO | Buffer | ||
) |
Definition at line 798 of file rpcserver.c.
Referenced by implicit_handle(), and NetServerTransportAddEx().
NET_API_STATUS __stdcall NetrServerTransportDel | ( | SRVSVC_HANDLE | ServerName, |
DWORD | Level, | ||
LPSERVER_TRANSPORT_INFO_0 | Buffer | ||
) |
Definition at line 535 of file rpcserver.c.
Referenced by implicit_handle(), and NetServerTransportDel().
NET_API_STATUS __stdcall NetrServerTransportDelEx | ( | SRVSVC_HANDLE | ServerName, |
DWORD | Level, | ||
LPTRANSPORT_INFO | Buffer | ||
) |
Definition at line 967 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrServerTransportEnum | ( | SRVSVC_HANDLE | ServerName, |
LPSERVER_XPORT_ENUM_STRUCT | InfoStruct, | ||
DWORD | PreferedMaximumLength, | ||
DWORD * | TotalEntries, | ||
DWORD * | ResumeHandle | ||
) |
Definition at line 520 of file rpcserver.c.
Referenced by implicit_handle(), and NetServerTransportEnum().
NET_API_STATUS __stdcall NetrSessionDel | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | ClientName, | ||
WCHAR * | UserName | ||
) |
Definition at line 238 of file rpcserver.c.
Referenced by implicit_handle(), and NetSessionDel().
NET_API_STATUS __stdcall NetrSessionEnum | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | ClientName, | ||
WCHAR * | UserName, | ||
PSESSION_ENUM_STRUCT | InfoStruct, | ||
DWORD | PreferedMaximumLength, | ||
DWORD * | TotalEntries, | ||
DWORD * | ResumeHandle | ||
) |
Definition at line 221 of file rpcserver.c.
Referenced by implicit_handle(), NetSessionEnum(), and NetSessionGetInfo().
NET_API_STATUS __stdcall NetrShareAdd | ( | SRVSVC_HANDLE | ServerName, |
DWORD | Level, | ||
LPSHARE_INFO | InfoStruct, | ||
DWORD * | ParmErr | ||
) |
Definition at line 251 of file rpcserver.c.
Referenced by implicit_handle(), and NetShareAdd().
NET_API_STATUS __stdcall NetrShareCheck | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | Device, | ||
DWORD * | Type | ||
) |
Definition at line 335 of file rpcserver.c.
Referenced by implicit_handle(), and NetShareCheck().
NET_API_STATUS __stdcall NetrShareDel | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | NetName, | ||
DWORD | Reserved | ||
) |
Definition at line 309 of file rpcserver.c.
Referenced by implicit_handle(), and NetShareDel().
NET_API_STATUS __stdcall NetrShareDelCommit | ( | PSHARE_DEL_HANDLE | ContextHandle | ) |
Definition at line 757 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrShareDelStart | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | NetName, | ||
DWORD | Reserved, | ||
PSHARE_DEL_HANDLE | ContextHandle | ||
) |
Definition at line 743 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrShareDelSticky | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | NetName, | ||
DWORD | Reserved | ||
) |
Definition at line 322 of file rpcserver.c.
Referenced by implicit_handle(), and NetShareDelSticky().
NET_API_STATUS __stdcall NetrShareEnum | ( | SRVSVC_HANDLE | ServerName, |
LPSHARE_ENUM_STRUCT | InfoStruct, | ||
DWORD | PreferedMaximumLength, | ||
DWORD * | TotalEntries, | ||
DWORD * | ResumeHandle | ||
) |
Definition at line 265 of file rpcserver.c.
Referenced by implicit_handle(), NetShareEnum(), and NetShareEnumSticky().
NET_API_STATUS __stdcall NetrShareEnumSticky | ( | SRVSVC_HANDLE | ServerName, |
LPSHARE_ENUM_STRUCT | InfoStruct, | ||
DWORD | PreferedMaximumLength, | ||
DWORD * | TotalEntries, | ||
DWORD * | ResumeHandle | ||
) |
Definition at line 728 of file rpcserver.c.
Referenced by implicit_handle().
NET_API_STATUS __stdcall NetrShareGetInfo | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | NetName, | ||
DWORD | Level, | ||
LPSHARE_INFO | InfoStruct | ||
) |
Definition at line 280 of file rpcserver.c.
Referenced by implicit_handle(), and NetShareGetInfo().
NET_API_STATUS __stdcall NetrShareSetInfo | ( | SRVSVC_HANDLE | ServerName, |
WCHAR * | NetName, | ||
DWORD | Level, | ||
LPSHARE_INFO | ShareInfo, | ||
DWORD * | ParmErr | ||
) |
Definition at line 294 of file rpcserver.c.
Referenced by implicit_handle(), and NetShareSetInfo().
Definition at line 91 of file rpcserver.c.
Referenced by implicit_handle().
Definition at line 100 of file rpcserver.c.
Referenced by implicit_handle().
Definition at line 109 of file rpcserver.c.
Referenced by implicit_handle().
Definition at line 118 of file rpcserver.c.
Referenced by implicit_handle().
Definition at line 127 of file rpcserver.c.
Referenced by implicit_handle().
Definition at line 135 of file rpcserver.c.
Referenced by implicit_handle().
Definition at line 144 of file rpcserver.c.
Referenced by implicit_handle().
Definition at line 153 of file rpcserver.c.
Referenced by implicit_handle().
Definition at line 42 of file rpcserver.c.
void __RPC_USER SHARE_DEL_HANDLE_rundown | ( | SHARE_DEL_HANDLE | hClientHandle | ) |
Definition at line 83 of file rpcserver.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | srvsvc | ) |