Added stub for NetServerEnum.

This commit is contained in:
Aric Stewart 2003-05-19 23:06:35 +00:00 committed by Alexandre Julliard
parent 86f69135c4
commit 3e53d11efe
2 changed files with 20 additions and 1 deletions

View File

@ -32,6 +32,7 @@
#include "wine/debug.h"
#include "winerror.h"
#include "nb30.h"
#include "lmcons.h"
#ifdef HAVE_SYS_FILE_H
# include <sys/file.h>
@ -295,3 +296,21 @@ BOOL WINAPI Netbios(PNCB pncb)
pncb->ncb_retcode = ret;
return ret;
}
NET_API_STATUS WINAPI NetServerEnum(
LPCWSTR servername,
DWORD level,
LPBYTE* bufptr,
DWORD prefmaxlen,
LPDWORD entriesread,
LPDWORD totalentries,
DWORD servertype,
LPCWSTR domain,
LPDWORD resume_handle
)
{
FIXME("Stub (%p, %ld %p %ld %p %p %ld %s %p)\n",servername, level, bufptr,
prefmaxlen, entriesread, totalentries, servertype, debugstr_w(domain), resume_handle);
return ERROR_NO_BROWSER_SERVERS_FOUND;
}

View File

@ -155,7 +155,7 @@
@ stub NetServerComputerNameAdd
@ stub NetServerComputerNameDel
@ stub NetServerDiskEnum
@ stub NetServerEnum
@ stdcall NetServerEnum(wstr long ptr long ptr ptr long wstr ptr)
@ stub NetServerEnumEx
@ stub NetServerGetInfo
@ stub NetServerSetInfo