Leaked source code of windows server 2003
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

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 2000 **/
  4. /**********************************************************************/
  5. /*
  6. useracl.hxx
  7. Declarations for some functions to add permissions to windowstations/
  8. desktops
  9. */
  10. #ifndef _USERACL_H_
  11. #define _USERACL_H_
  12. HRESULT AlterDesktopForUser(
  13. HANDLE hToken
  14. );
  15. #endif