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

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. netbios.h
  5. Abstract:
  6. This is the include file for the component of netbios that allows
  7. the netbios initialization routine to be called during dll
  8. initialization and destruction.
  9. Author:
  10. Colin Watson (ColinW) 24-Jun-91
  11. Revision History:
  12. --*/
  13. BOOLEAN
  14. NetbiosInitialize(
  15. HMODULE hModule
  16. );
  17. VOID
  18. NetbiosDelete(
  19. VOID
  20. );