2 * COPYRIGHT: See COPYING in the top level directory
4 * FILE: dll/win32/netapi32/obsolete.c
5 * PURPOSE: Obsolete functions
6 * PROGRAMMERS: Eric Kohl <eric.kohl@reactos.org>
9 /* INCLUDES ******************************************************************/
19 WINE_DEFAULT_DEBUG_CHANNEL(netapi32
);
21 /* FUNCTIONS *****************************************************************/
26 _In_ LPCWSTR AlertEventName
,
28 _In_ DWORD BufferSize
)
30 return ERROR_NOT_SUPPORTED
;
37 _In_ LPCWSTR AlertEventName
,
38 _In_ LPVOID VariableInfo
,
39 _In_ DWORD VariableInfoSize
,
40 _In_ LPCWSTR ServiceName
)
42 return ERROR_NOT_SUPPORTED
;
49 _In_opt_ LPCWSTR server
,
50 _In_opt_ LPCWSTR backupfile
,
51 _In_opt_ LPCWSTR service
)
53 return ERROR_NOT_SUPPORTED
;
60 _In_opt_ LPCWSTR server
,
61 _In_opt_ LPCWSTR service
,
62 _In_ LPHLOG auditloghandle
,
64 _In_opt_ LPDWORD reserved1
,
66 _In_ DWORD offsetflag
,
68 _In_ DWORD prefmaxlen
,
69 _Out_ LPDWORD bytesread
,
70 _Out_ LPDWORD totalavailable
)
72 return ERROR_NOT_SUPPORTED
;
82 _In_opt_ LPCWSTR service
,
83 _In_opt_ LPBYTE reserved
)
85 return ERROR_NOT_SUPPORTED
;
92 _In_opt_ LPCWSTR server
,
93 _In_ LPCWSTR component
,
94 _In_ LPCWSTR parameter
,
97 return ERROR_NOT_SUPPORTED
;
104 _In_opt_ LPCWSTR server
,
105 _In_ LPCWSTR component
,
106 _Out_ LPBYTE
*bufptr
)
108 return ERROR_NOT_SUPPORTED
;
115 _In_opt_ LPCWSTR server
,
116 _In_opt_ LPCWSTR reserved1
,
117 _In_ LPCWSTR component
,
119 _In_ DWORD reserved2
,
121 _In_ DWORD reserved3
)
123 return ERROR_NOT_SUPPORTED
;
130 _In_opt_ LPCWSTR UncServerName
,
131 _In_opt_ LPCWSTR BackupFile
,
132 _In_opt_ LPBYTE Reserved
)
134 return ERROR_NOT_SUPPORTED
;
141 _In_opt_ LPCWSTR UncServerName
,
142 _In_opt_ LPWSTR Reserved1
,
143 _In_ LPHLOG ErrorLogHandle
,
145 _In_opt_ LPDWORD Reserved2
,
146 _In_ DWORD Reserved3
,
147 _In_ DWORD OffsetFlag
,
148 _Deref_out_ LPBYTE
*BufPtr
,
149 _In_ DWORD PrefMaxSize
,
150 _Out_ LPDWORD BytesRead
,
151 _Out_ LPDWORD TotalAvailable
)
153 return ERROR_NOT_SUPPORTED
;
160 _In_opt_ LPBYTE Reserved1
,
162 _In_ LPCWSTR Component
,
167 _In_opt_ LPBYTE Reserved2
)
169 return ERROR_NOT_SUPPORTED
;
175 NetMessageBufferSend(
176 _In_ LPCWSTR servername
,
177 _In_ LPCWSTR msgname
,
178 _In_ LPCWSTR fromname
,
182 return ERROR_NOT_SUPPORTED
;
189 _In_ LPCWSTR servername
,
190 _In_ LPCWSTR msgname
)
192 return ERROR_NOT_SUPPORTED
;
199 _In_ LPCWSTR servername
,
200 _In_ LPCWSTR msgname
)
202 return ERROR_NOT_SUPPORTED
;
209 _In_ LPCWSTR servername
,
211 _Out_ LPBYTE
*bufptr
,
212 _In_ DWORD prefmaxlen
,
213 _Out_ LPDWORD entriesread
,
214 _Out_ LPDWORD totalentries
,
215 _Inout_ LPDWORD resume_handle
)
217 return ERROR_NOT_SUPPORTED
;
223 NetMessageNameGetInfo(
224 _In_ LPCWSTR servername
,
225 _In_ LPCWSTR msgname
,
227 _Out_ LPBYTE
*bufptr
)
229 return ERROR_NOT_SUPPORTED
;
236 __in_opt LPCWSTR servername
,
237 __in LPCWSTR service
,
240 __deref_out LPBYTE
*bufptr
)
242 return ERROR_NOT_SUPPORTED
;
249 __in_opt LPCWSTR servername
,
251 __deref_out LPBYTE
*bufptr
,
252 __in DWORD prefmaxlen
,
253 __out LPDWORD entriesread
,
254 __out LPDWORD totalentries
,
255 __inout_opt LPDWORD resume_handle
)
257 return ERROR_NOT_SUPPORTED
;
264 __in_opt LPCWSTR servername
,
265 __in LPCWSTR service
,
267 __deref_out LPBYTE
*bufptr
)
269 return ERROR_NOT_SUPPORTED
;
276 __in_opt LPCWSTR servername
,
277 __in LPCWSTR service
,
279 __in_ecount(argc
) LPCWSTR argv
[],
280 __deref_out LPBYTE
*bufptr
)
282 return ERROR_NOT_SUPPORTED
;