Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

62 lines
972 B

/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
nbtmgmt.h
Abstract:
Declarations for NBT interface management routines.
Author:
David Dion (daviddio) December 14, 1999
Revision History:
Who When What
-------- -------- ----------------------------------------------
daviddio 12-14-99 created
Notes:
--*/
#ifndef _NBTMGMT_INCLUDED
#define _NBTMGMT_INCLUDED
#include <nbtioctl.h>
//
// Function Prototypes
//
NTSTATUS
NbtIfLoad(
VOID
);
VOID
NbtIfShutdown(
VOID
);
NTSTATUS
NbtAddIf(
IN PNETBT_ADD_DEL_IF Request,
IN ULONG RequestSize,
OUT PNETBT_ADD_DEL_IF Response,
IN OUT PULONG ResponseSize
);
NTSTATUS
NbtDeleteIf(
IN PNETBT_ADD_DEL_IF Request,
IN ULONG RequestSize
);
#endif // ndef _NBTMGMT_INCLUDED