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.

54 lines
1.1 KiB

  1. /*
  2. * acttest.h
  3. */
  4. #ifndef _CLSID_
  5. #define _CLSID_
  6. #ifdef __cplusplus
  7. extern "C"{
  8. #endif
  9. //
  10. // Uncomment this define to make client and server free threaded.
  11. //
  12. #define FREETHREADED
  13. //
  14. // Uncomment this define to enable the tests to run on the private
  15. // rpcperf domain.
  16. //
  17. // #define USERPCPERFDOMAIN
  18. extern CLSID CLSID_ActLocal;
  19. extern CLSID CLSID_ActRemote;
  20. extern CLSID CLSID_ActAtStorage;
  21. extern CLSID CLSID_ActInproc;
  22. extern CLSID CLSID_ActPreConfig;
  23. extern CLSID CLSID_ActRunAsLoggedOn;
  24. extern CLSID CLSID_ActService;
  25. extern CLSID CLSID_ActServerOnly;
  26. extern TCHAR * ClsidGoober32String;
  27. extern TCHAR * ClsidActLocalString;
  28. extern TCHAR * ClsidActRemoteString;
  29. extern TCHAR * ClsidActAtStorageString;
  30. extern TCHAR * ClsidActInprocString;
  31. extern TCHAR * ClsidActPreConfigString;
  32. extern TCHAR * ClsidActRunAsLoggedOnString;
  33. extern TCHAR * ClsidActServiceString;
  34. extern TCHAR * ClsidActServerOnlyString;
  35. void DeleteClsidKey( TCHAR * pwszClsid );
  36. long SetAppIDSecurity( TCHAR * pszAppID );
  37. int AddBatchPrivilege(const TCHAR *szUser);
  38. #ifdef __cplusplus
  39. }
  40. #endif
  41. #endif