ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
void __RPC_FAR *__RPC_USER midl_user_allocate | ( | SIZE_T | len | ) |
Definition at line 19 of file wksta_new.c.
void __RPC_USER midl_user_free | ( | void __RPC_FAR * | ptr | ) |
Definition at line 25 of file wksta_new.c.
NET_API_STATUS WINAPI NetAddAlternateComputerName | ( | _In_opt_ LPCWSTR | Server, |
_In_ LPCWSTR | AlternateName, | ||
_In_opt_ LPCWSTR | DomainAccount, | ||
_In_opt_ LPCWSTR | DomainAccountPassword, | ||
_In_ ULONG | Reserved | ||
) |
Definition at line 207 of file wksta_new.c.
NET_API_STATUS WINAPI NetEnumerateComputerNames | ( | _In_opt_ LPCWSTR | Server, |
_In_ NET_COMPUTER_NAME_TYPE | NameType, | ||
_In_ ULONG | Reserved, | ||
_Out_ PDWORD | EntryCount, | ||
_Out_ LPWSTR ** | ComputerNames | ||
) |
Definition at line 255 of file wksta_new.c.
NET_API_STATUS WINAPI NetGetJoinableOUs | ( | _In_opt_ LPCWSTR | lpServer, |
_In_ LPCWSTR | lpDomain, | ||
_In_opt_ LPCWSTR | lpAccount, | ||
_In_opt_ LPCWSTR | lpPassword, | ||
_Out_ DWORD * | OUCount, | ||
_Out_ LPWSTR ** | OUs | ||
) |
Definition at line 355 of file wksta_new.c.
NET_API_STATUS WINAPI NetGetJoinInformation | ( | _In_ LPCWSTR | lpServer, |
_Out_ LPWSTR * | lpNameBuffer, | ||
_Out_ PNETSETUP_JOIN_STATUS | BufferType | ||
) |
Definition at line 317 of file wksta_new.c.
Referenced by AllSysInfo(), and GetComputerNames().
NET_API_STATUS WINAPI NetJoinDomain | ( | _In_opt_ LPCWSTR | lpServer, |
_In_ LPCWSTR | lpDomain, | ||
_In_opt_ LPCWSTR | lpAccountOU, | ||
_In_opt_ LPCWSTR | lpAccount, | ||
_In_opt_ LPCWSTR | lpPassword, | ||
_In_ DWORD | fJoinOptions | ||
) |
Definition at line 405 of file wksta_new.c.
NET_API_STATUS NetpBind | ( | LPCWSTR | pszServerName, |
handle_t * | pBindingHandle | ||
) |
Definition at line 142 of file wksta_new.c.
Referenced by NetAddAlternateComputerName(), NetGetJoinableOUs(), NetJoinDomain(), NetRemoveAlternateComputerName(), NetRenameMachineInDomain(), NetSetPrimaryComputerName(), NetUnjoinDomain(), and NetValidateName().
NET_API_STATUS NetpUnbind | ( | handle_t | BindingHandle | ) |
Definition at line 187 of file wksta_new.c.
Referenced by NetAddAlternateComputerName(), NetGetJoinableOUs(), NetJoinDomain(), NetRemoveAlternateComputerName(), NetRenameMachineInDomain(), NetSetPrimaryComputerName(), NetUnjoinDomain(), and NetValidateName().
NET_API_STATUS WINAPI NetRemoveAlternateComputerName | ( | _In_opt_ LPCWSTR | Server, |
_In_ LPCWSTR | AlternateName, | ||
_In_opt_ LPCWSTR | DomainAccount, | ||
_In_opt_ LPCWSTR | DomainAccountPassword, | ||
_In_ ULONG | Reserved | ||
) |
Definition at line 457 of file wksta_new.c.
NET_API_STATUS WINAPI NetRenameMachineInDomain | ( | _In_opt_ LPCWSTR | lpServer, |
_In_opt_ LPCWSTR | lpNewMachineName, | ||
_In_opt_ LPCWSTR | lpAccount, | ||
_In_opt_ LPCWSTR | lpPassword, | ||
_In_ DWORD | fRenameOptions | ||
) |
Definition at line 505 of file wksta_new.c.
NET_API_STATUS WINAPI NetSetPrimaryComputerName | ( | _In_opt_ LPCWSTR | Server, |
_In_ LPCWSTR | PrimaryName, | ||
_In_opt_ LPCWSTR | DomainAccount, | ||
_In_opt_ LPCWSTR | DomainAccountPassword, | ||
_In_ ULONG | Reserved | ||
) |
Definition at line 553 of file wksta_new.c.
NET_API_STATUS WINAPI NetUnjoinDomain | ( | _In_opt_ LPCWSTR | lpServer, |
_In_opt_ LPCWSTR | lpAccount, | ||
_In_opt_ LPCWSTR | lpPassword, | ||
_In_ DWORD | fUnjoinOptions | ||
) |
Definition at line 601 of file wksta_new.c.
NET_API_STATUS WINAPI NetUseAdd | ( | _In_ LMSTR | UncServerName, |
_In_ DWORD | Level, | ||
_In_ LPBYTE | Buf, | ||
_Out_ LPDWORD | ParmError | ||
) |
Definition at line 647 of file wksta_new.c.
NET_API_STATUS WINAPI NetUseDel | ( | _In_ LMSTR | UncServerName, |
_In_ LMSTR | UseName, | ||
_In_ DWORD | ForceCond | ||
) |
Definition at line 677 of file wksta_new.c.
NET_API_STATUS WINAPI NetUseEnum | ( | _In_ LMSTR | UncServerName, |
_In_ DWORD | Level, | ||
_Out_ LPBYTE * | BufPtr, | ||
_In_ DWORD | PreferedMaximumSize, | ||
_Out_ LPDWORD | EntriesRead, | ||
_Out_ LPDWORD | TotalEntries, | ||
_Inout_ LPDWORD | ResumeHandle | ||
) |
Definition at line 705 of file wksta_new.c.
NET_API_STATUS WINAPI NetUseGetInfo | ( | _In_ LMSTR | UncServerName, |
_In_ LMSTR | UseName, | ||
_In_ DWORD | Level, | ||
_Out_ LPBYTE * | BufPtr | ||
) |
Definition at line 788 of file wksta_new.c.
NET_API_STATUS WINAPI NetValidateName | ( | _In_opt_ LPCWSTR | lpServer, |
_In_ LPCWSTR | lpName, | ||
_In_opt_ LPCWSTR | lpAccount, | ||
_In_opt_ LPCWSTR | lpPassword, | ||
_In_ NETSETUP_NAME_TYPE | NameType | ||
) |
Definition at line 820 of file wksta_new.c.
NET_API_STATUS WINAPI NetWkstaGetInfo | ( | _In_ LPWSTR | servername, |
_In_ DWORD | level, | ||
_Out_ LPBYTE * | bufptr | ||
) |
Definition at line 868 of file wksta_new.c.
Referenced by DisplayWorkstationConfig(), and DisplayWorkstationStatistics().
NET_API_STATUS WINAPI NetWkstaSetInfo | ( | _In_ LPWSTR | servername, |
_In_ DWORD | level, | ||
_In_ LPBYTE | buffer, | ||
_Out_ LPDWORD | parm_err | ||
) |
Definition at line 901 of file wksta_new.c.
NET_API_STATUS WINAPI NetWkstaTransportAdd | ( | _In_opt_ LPWSTR | servername, |
_In_ DWORD | level, | ||
_In_ LPBYTE | buf, | ||
_Out_ LPDWORD | parm_err | ||
) |
Definition at line 931 of file wksta_new.c.
NET_API_STATUS WINAPI NetWkstaTransportDel | ( | _In_opt_ LPWSTR | servername, |
_In_ LPWSTR | transportname, | ||
_In_ DWORD | ucond | ||
) |
Definition at line 961 of file wksta_new.c.
NET_API_STATUS WINAPI NetWkstaUserEnum | ( | _In_ LPWSTR | servername, |
_In_ DWORD | level, | ||
_Out_ LPBYTE * | bufptr, | ||
_In_ DWORD | prefmaxlen, | ||
_Out_ LPDWORD | entriesread, | ||
_Out_ LPDWORD | totalentries, | ||
_Inout_ LPDWORD | resumehandle | ||
) |
Definition at line 1050 of file wksta_new.c.
NET_API_STATUS WINAPI NetWkstaUserSetInfo | ( | LPWSTR | reserved, |
_In_ DWORD | level, | ||
_In_ LPBYTE | buf, | ||
_Out_ LPDWORD | parm_err | ||
) |
Definition at line 1156 of file wksta_new.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | netapi32 | ) |
handle_t __RPC_USER WKSSVC_IDENTIFY_HANDLE_bind | ( | WKSSVC_IDENTIFY_HANDLE | pszSystemName | ) |
Definition at line 32 of file wksta_new.c.
void __RPC_USER WKSSVC_IDENTIFY_HANDLE_unbind | ( | WKSSVC_IDENTIFY_HANDLE | pszSystemName, |
handle_t | hBinding | ||
) |
Definition at line 71 of file wksta_new.c.
handle_t __RPC_USER WKSSVC_IMPERSONATE_HANDLE_bind | ( | WKSSVC_IMPERSONATE_HANDLE | pszSystemName | ) |
Definition at line 87 of file wksta_new.c.
void __RPC_USER WKSSVC_IMPERSONATE_HANDLE_unbind | ( | WKSSVC_IMPERSONATE_HANDLE | pszSystemName, |
handle_t | hBinding | ||
) |
Definition at line 126 of file wksta_new.c.