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.
23 lines
501 B
23 lines
501 B
/****************************** Module Header ******************************\
|
|
* Module Name: lsautil.h
|
|
*
|
|
* Copyright (c) 1994, Microsoft Corporation
|
|
*
|
|
* Defines functions exported by pipe.c
|
|
*
|
|
* History:
|
|
* 05-20-94 DaveTh Created.
|
|
\***************************************************************************/
|
|
|
|
#include <ntlsa.h>
|
|
|
|
//
|
|
// Function prototypes
|
|
//
|
|
|
|
DWORD
|
|
CheckUserSystemAccess(
|
|
HANDLE TokenHandle,
|
|
ULONG DesiredSystemAccess,
|
|
PBOOLEAN UserHasAccess
|
|
);
|