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.

26 lines
639 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File: rotif.hxx
  7. //
  8. // Contents: ROT Globals for use by SCM
  9. //
  10. // History: 24-Jan-95 Ricksa Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #ifndef __ROTIF_HXX__
  14. #define __ROTIF_HXX__
  15. extern CScmRot *gpscmrot;
  16. HRESULT GetObjectFromRot(
  17. CToken *pToken,
  18. WCHAR *pwszWinstaDesktop,
  19. WCHAR *pwszPath,
  20. InterfaceData **ppifdObject);
  21. HRESULT InitScmRot(void);
  22. #endif // __ROTIF_HXX__