mirror of https://github.com/tongzx/nt5src
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
434 B
31 lines
434 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:
|
|
|
|
--*/
|
|
|
|
VOID
|
|
NetbiosInitialize(
|
|
HMODULE hModule
|
|
);
|
|
|
|
VOID
|
|
NetbiosDelete(
|
|
VOID
|
|
);
|