summaryrefslogtreecommitdiffstats
path: root/private/windows/gina/msgina/options.h
blob: 189dbecace17c2e1b9b0b13d9d29c5c2ebf2841c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/****************************** 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
//


BOOL SecurityOptions(
    PGLOBALS
    );


BOOL WINAPI
ShutdownQueryDlgProc(
    HWND    hDlg,
    UINT    message,
    WPARAM  wParam,
    LPARAM  lParam
    );