Windows2003-3790/public/internal/net/inc/netbios.h

32 lines
468 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*++
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
);