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.
 
 
 
 
 
 

31 lines
468 B

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
netbios.h
Abstract:
This is the include file for the component of netbios that allows
the netbios initialization routine to be called during dll
initialization and destruction.
Author:
Colin Watson (ColinW) 24-Jun-91
Revision History:
--*/
BOOLEAN
NetbiosInitialize(
HMODULE hModule
);
VOID
NetbiosDelete(
VOID
);