ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (netapi32) | |
NET_API_STATUS WINAPI | NetRegisterDomainNameChangeNotification (_Out_ PHANDLE NotificationEventHandle) |
NET_API_STATUS WINAPI | NetStatisticsGet (_In_ LPWSTR server, _In_ LPWSTR service, _In_ DWORD level, _In_ DWORD options, _Out_ LPBYTE *bufptr) |
NET_API_STATUS WINAPI | NetUnregisterDomainNameChangeNotification (_In_ HANDLE NotificationEventHandle) |
PSTR WINAPI | NetpAllocAnsiStrFromWStr (_In_ PWSTR InString) |
PSTR WINAPI | NetpAllocStrFromWStr (_In_ PWSTR InString) |
PWSTR WINAPI | NetpAllocWStrFromAnsiStr (_In_ PSTR InString) |
PWSTR WINAPI | NetpAllocWStrFromStr (_In_ PSTR InString) |
PWSTR WINAPI | NetpAllocWStrFromWStr (_In_ PWSTR InString) |
NET_API_STATUS WINAPI | NetpNtStatusToApiStatus (_In_ NTSTATUS Status) |
Definition at line 140 of file misc.c.
Referenced by DsGetSiteNameA().
Definition at line 172 of file misc.c.
Definition at line 204 of file misc.c.
Referenced by DsAddressToSiteNamesA(), DsAddressToSiteNamesExA(), DsDeregisterDnsHostRecordsA(), DsEnumerateDomainTrustsA(), DsGetDcNameWithAccountA(), DsGetDcSiteCoverageA(), and DsGetSiteNameA().
Definition at line 236 of file misc.c.
Definition at line 268 of file misc.c.
NET_API_STATUS WINAPI NetpNtStatusToApiStatus | ( | _In_ NTSTATUS | Status | ) |
Definition at line 289 of file misc.c.
Referenced by BuildSidListFromDomainAndName(), BuildUserInfoBuffer(), GetUserDacl(), GetUserPrivileges(), NetGetDisplayInformationIndex(), NetGroupAdd(), NetGroupAddUser(), NetGroupDel(), NetGroupDelUser(), NetGroupEnum(), NetGroupGetInfo(), NetGroupGetUsers(), NetGroupSetInfo(), NetGroupSetUsers(), NetLocalGroupAdd(), NetLocalGroupAddMembers(), NetLocalGroupDel(), NetLocalGroupDelMembers(), NetLocalGroupEnum(), NetLocalGroupGetInfo(), NetLocalGroupGetMembers(), NetLocalGroupSetInfo(), NetpBind(), NetpUnbind(), NetQueryDisplayInformation(), NetRegisterDomainNameChangeNotification(), NetUnregisterDomainNameChangeNotification(), NetUserAdd(), NetUserChangePassword(), NetUserDel(), NetUserEnum(), NetUserGetGroups(), NetUserGetInfo(), NetUserGetLocalGroups(), NetUserModalsGet(), NetUserSetInfo(), OpenAliasByName(), OpenGroupByName(), OpenUserByName(), and SetUserInfo().
NET_API_STATUS WINAPI NetRegisterDomainNameChangeNotification | ( | _Out_ PHANDLE | NotificationEventHandle | ) |
Definition at line 23 of file misc.c.
NET_API_STATUS WINAPI NetStatisticsGet | ( | _In_ LPWSTR | server, |
_In_ LPWSTR | service, | ||
_In_ DWORD | level, | ||
_In_ DWORD | options, | ||
_Out_ LPBYTE * | bufptr | ||
) |
Definition at line 55 of file misc.c.
Referenced by DisplayServerStatistics(), and DisplayWorkstationStatistics().
NET_API_STATUS WINAPI NetUnregisterDomainNameChangeNotification | ( | _In_ HANDLE | NotificationEventHandle | ) |
Definition at line 120 of file misc.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | netapi32 | ) |