windows-nt/Source/XPSP1/NT/public/internal/net/inc/netbios.h
2020-09-26 16:20:57 +08:00

32 lines
434 B
C

/*++
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
);