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
450 B
36 lines
450 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
scbsm.h
|
|
|
|
Abstract:
|
|
|
|
Network drive BroadcastSystemMessage related function prototypes.
|
|
|
|
Author:
|
|
|
|
Anirudh Sahni (anirudhs) 05-Jun-1996
|
|
|
|
Revision History:
|
|
|
|
05-Jun-1996 AnirudhS
|
|
Created.
|
|
|
|
--*/
|
|
|
|
#ifndef SCBSM_INCLUDED
|
|
#define SCBSM_INCLUDED
|
|
|
|
|
|
//
|
|
// Function Prototypes
|
|
//
|
|
|
|
VOID
|
|
ScInitBSM(
|
|
);
|
|
|
|
#endif // #ifndef SCBSM_INCLUDED
|