Windows2003-3790/public/internal/net/inc/netbios.h
2020-09-30 16:53:55 +02:00

32 lines
468 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:
--*/
BOOLEAN
NetbiosInitialize(
HMODULE hModule
);
VOID
NetbiosDelete(
VOID
);