1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

winsif.idl: add definition of winsif_WinsGetBrowserNames()

metze
This commit is contained in:
Stefan Metzmacher 2009-07-31 09:26:30 +02:00
parent 833f253d93
commit e7466831a8

View File

@ -272,7 +272,16 @@ import "nbt.idl";
/*****************/
/* Function 0x11 */
void WinsGetBrowserNames();
typedef struct {
boolean32 tcp_ip;
[string,charset(DOS)] uint8 *server_address;
[string,charset(DOS)] uint8 *pipe_name;
} winsif_BindData;
WERROR winsif_WinsGetBrowserNames(
[in,ref] winsif_BindData *server_handle,
[out,ref] winsif_BrowserNames *names
);
/*****************/