mirror of https://github.com/tongzx/nt5src
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.
25 lines
479 B
25 lines
479 B
/****************************** Module Header ******************************\
|
|
* Module Name: lock.h
|
|
*
|
|
* Copyright (c) 1991, Microsoft Corporation
|
|
*
|
|
* Define apis used to lock the workstation
|
|
*
|
|
* History:
|
|
* 12-09-91 Davidc Created.
|
|
\***************************************************************************/
|
|
|
|
|
|
//
|
|
// Exported function prototypes
|
|
//
|
|
|
|
|
|
INT_PTR
|
|
CALLBACK
|
|
LockedDlgProc(HWND, UINT, WPARAM, LPARAM);
|
|
|
|
|
|
INT_PTR
|
|
CALLBACK
|
|
UnlockDlgProc(HWND, UINT, WPARAM, LPARAM);
|