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.
21 lines
537 B
21 lines
537 B
/**********************************************************************/
|
|
/** Microsoft Windows NT **/
|
|
/** Copyright(c) Microsoft Corp., 2000 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
useracl.hxx
|
|
|
|
Declarations for some functions to add permissions to windowstations/
|
|
desktops
|
|
*/
|
|
|
|
#ifndef _USERACL_H_
|
|
#define _USERACL_H_
|
|
|
|
HRESULT AlterDesktopForUser(
|
|
HANDLE hToken
|
|
);
|
|
|
|
#endif
|
|
|