Source code of Windows XP (NT5)
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.

26 lines
614 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. //
  6. // File: proto.hxx
  7. //
  8. // Contents: Shared function prototypes.
  9. //
  10. // Classes: None.
  11. //
  12. // Functions: RequestService
  13. //
  14. // History: 06-Jul-96 MarkBl Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #ifndef __PROTO_HXX__
  18. #define __PROTO_HXX__
  19. #if !defined(_CHICAGO_)
  20. HRESULT
  21. SetTaskFileSecurity(LPCWSTR pwszTaskPath, BOOL fIsATTask);
  22. #endif // !defined(_CHICAGO_)
  23. #endif // __PROTO_HXX__