23 lines
419 B
C
23 lines
419 B
C
/****************************** Module Header ******************************\
|
|
* Module Name: options.h
|
|
*
|
|
* Copyright (c) 1991, Microsoft Corporation
|
|
*
|
|
* Define apis used to implement security options dialog
|
|
*
|
|
* History:
|
|
* 12-09-91 Davidc Created.
|
|
\***************************************************************************/
|
|
|
|
|
|
//
|
|
// Exported function prototypes
|
|
//
|
|
|
|
|
|
INT_PTR
|
|
SecurityOptions(
|
|
PGLOBALS
|
|
);
|
|
|