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:
parent
833f253d93
commit
e7466831a8
@ -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
|
||||
);
|
||||
|
||||
|
||||
/*****************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user