Source code of Windows XP (NT5)
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.

36 lines
414 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. scbsm.h
  5. Abstract:
  6. Network drive BroadcastSystemMessage related function prototypes.
  7. Author:
  8. Anirudh Sahni (anirudhs) 05-Jun-1996
  9. Revision History:
  10. 05-Jun-1996 AnirudhS
  11. Created.
  12. --*/
  13. #ifndef SCBSM_INCLUDED
  14. #define SCBSM_INCLUDED
  15. //
  16. // Function Prototypes
  17. //
  18. VOID
  19. ScInitBSM(
  20. );
  21. #endif // #ifndef SCBSM_INCLUDED