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.

28 lines
647 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. #if 1 // #ifndef _CHICAGO_
  18. CToken *pToken,
  19. #endif
  20. WCHAR *pwszWinstaDesktop,
  21. WCHAR *pwszPath,
  22. InterfaceData **ppifdObject);
  23. HRESULT InitScmRot(void);
  24. #endif // __ROTIF_HXX__