mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
[NETAPI32]
Add obsolete NetAlert and NetMessage functions. svn path=/trunk/; revision=74950
This commit is contained in:
parent
544223fa5a
commit
eb6360d80f
3 changed files with 107 additions and 7 deletions
|
@ -25,6 +25,7 @@ list(APPEND SOURCE
|
||||||
nbt.c
|
nbt.c
|
||||||
netapi32.c
|
netapi32.c
|
||||||
netbios.c
|
netbios.c
|
||||||
|
obsolete.c
|
||||||
schedule.c
|
schedule.c
|
||||||
srvsvc.c
|
srvsvc.c
|
||||||
user.c
|
user.c
|
||||||
|
|
|
@ -100,8 +100,8 @@
|
||||||
@ stub I_NetlogonComputeServerDigest
|
@ stub I_NetlogonComputeServerDigest
|
||||||
@ stub I_NetlogonGetTrustRid
|
@ stub I_NetlogonGetTrustRid
|
||||||
@ stub NetAddAlternateComputerName
|
@ stub NetAddAlternateComputerName
|
||||||
@ stub NetAlertRaise
|
@ stdcall NetAlertRaise(wstr ptr long)
|
||||||
@ stub NetAlertRaiseEx
|
@ stdcall NetAlertRaiseEx(wstr ptr long wstr)
|
||||||
@ stdcall NetApiBufferAllocate(long ptr)
|
@ stdcall NetApiBufferAllocate(long ptr)
|
||||||
@ stdcall NetApiBufferFree(ptr)
|
@ stdcall NetApiBufferFree(ptr)
|
||||||
@ stdcall NetApiBufferReallocate(ptr long ptr)
|
@ stdcall NetApiBufferReallocate(ptr long ptr)
|
||||||
|
@ -175,11 +175,11 @@
|
||||||
@ stdcall NetLocalGroupSetMembers(wstr wstr long ptr long)
|
@ stdcall NetLocalGroupSetMembers(wstr wstr long ptr long)
|
||||||
@ stub NetLogonGetTimeServiceParentDomain
|
@ stub NetLogonGetTimeServiceParentDomain
|
||||||
@ stub NetLogonSetServiceBits
|
@ stub NetLogonSetServiceBits
|
||||||
@ stub NetMessageBufferSend
|
@ stdcall NetMessageBufferSend(wstr wstr wstr ptr long)
|
||||||
@ stub NetMessageNameAdd
|
@ stdcall NetMessageNameAdd(wstr wstr)
|
||||||
@ stub NetMessageNameDel
|
@ stdcall NetMessageNameDel(wstr wstr)
|
||||||
@ stub NetMessageNameEnum
|
@ stdcall NetMessageNameEnum(wstr long ptr long ptr ptr ptr)
|
||||||
@ stub NetMessageNameGetInfo
|
@ stdcall NetMessageNameGetInfo(wstr wstr long ptr)
|
||||||
@ stdcall NetQueryDisplayInformation(wstr long long long long ptr ptr)
|
@ stdcall NetQueryDisplayInformation(wstr long long long long ptr ptr)
|
||||||
@ stub NetRegisterDomainNameChangeNotification
|
@ stub NetRegisterDomainNameChangeNotification
|
||||||
@ stub NetRemoteComputerSupports
|
@ stub NetRemoteComputerSupports
|
||||||
|
|
99
reactos/dll/win32/netapi32/obsolete.c
Normal file
99
reactos/dll/win32/netapi32/obsolete.c
Normal file
|
@ -0,0 +1,99 @@
|
||||||
|
/*
|
||||||
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
|
* PROJECT: NetAPI DLL
|
||||||
|
* FILE: dll/win32/netapi32/obsolete.c
|
||||||
|
* PURPOSE: Obsolete functions
|
||||||
|
* PROGRAMMERS: Eric Kohl <eric.kohl@reactos.org>
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
|
#include "netapi32.h"
|
||||||
|
|
||||||
|
WINE_DEFAULT_DEBUG_CHANNEL(netapi32);
|
||||||
|
|
||||||
|
/* FUNCTIONS *****************************************************************/
|
||||||
|
|
||||||
|
NET_API_STATUS
|
||||||
|
WINAPI
|
||||||
|
NetAlertRaise(
|
||||||
|
_In_ LPCWSTR AlertEventName,
|
||||||
|
_In_ LPVOID Buffer,
|
||||||
|
_In_ DWORD BufferSize)
|
||||||
|
{
|
||||||
|
return ERROR_NOT_SUPPORTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
NET_API_STATUS
|
||||||
|
WINAPI
|
||||||
|
NetAlertRaiseEx(
|
||||||
|
_In_ LPCWSTR AlertEventName,
|
||||||
|
_In_ LPVOID VariableInfo,
|
||||||
|
_In_ DWORD VariableInfoSize,
|
||||||
|
_In_ LPCWSTR ServiceName)
|
||||||
|
{
|
||||||
|
return ERROR_NOT_SUPPORTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
NET_API_STATUS
|
||||||
|
WINAPI
|
||||||
|
NetMessageBufferSend(
|
||||||
|
_In_ LPCWSTR servername,
|
||||||
|
_In_ LPCWSTR msgname,
|
||||||
|
_In_ LPCWSTR fromname,
|
||||||
|
_In_ LPBYTE buf,
|
||||||
|
_In_ DWORD buflen)
|
||||||
|
{
|
||||||
|
return ERROR_NOT_SUPPORTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
NET_API_STATUS
|
||||||
|
WINAPI
|
||||||
|
NetMessageNameAdd(
|
||||||
|
_In_ LPCWSTR servername,
|
||||||
|
_In_ LPCWSTR msgname)
|
||||||
|
{
|
||||||
|
return ERROR_NOT_SUPPORTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
NET_API_STATUS
|
||||||
|
WINAPI
|
||||||
|
NetMessageNameDel(
|
||||||
|
_In_ LPCWSTR servername,
|
||||||
|
_In_ LPCWSTR msgname)
|
||||||
|
{
|
||||||
|
return ERROR_NOT_SUPPORTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
NET_API_STATUS
|
||||||
|
WINAPI
|
||||||
|
NetMessageNameEnum(
|
||||||
|
_In_ LPCWSTR servername,
|
||||||
|
_In_ DWORD level,
|
||||||
|
_Out_ LPBYTE *bufptr,
|
||||||
|
_In_ DWORD prefmaxlen,
|
||||||
|
_Out_ LPDWORD entriesread,
|
||||||
|
_Out_ LPDWORD totalentries,
|
||||||
|
_Inout_ LPDWORD resume_handle)
|
||||||
|
{
|
||||||
|
return ERROR_NOT_SUPPORTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
NET_API_STATUS
|
||||||
|
WINAPI
|
||||||
|
NetMessageNameGetInfo(
|
||||||
|
_In_ LPCWSTR servername,
|
||||||
|
_In_ LPCWSTR msgname,
|
||||||
|
_In_ DWORD level,
|
||||||
|
_Out_ LPBYTE *bufptr)
|
||||||
|
{
|
||||||
|
return ERROR_NOT_SUPPORTED;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* EOF */
|
Loading…
Add table
Add a link
Reference in a new issue