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.

24 lines
631 B

  1. // trixacc.h
  2. // Private interface for ITriEditAccess
  3. // Copyright (c)1997-1999 Microsoft Corporation, All Rights Reserved
  4. #ifndef __TRIXACC_PRIVATE_H__
  5. #define __TRIXACC_PRIVATE_H__
  6. typedef interface ITriEditExtendedAccess ITriEditExtendedAccess;
  7. DEFINE_GUID(IID_ITriEditExtendedAccess, 0x5387A2AE,0x0D6A,0x11d3,0x96,0x34,0x00,0xC0,0x4f,0x79,0xef,0xc4);
  8. MIDL_INTERFACE("5387A2AE-0D6A-11d3-9634-00C04F79EFC4")
  9. ITriEditExtendedAccess : public IUnknown
  10. {
  11. public:
  12. STDMETHOD(GetCharsetFromStream)( IStream* piStream, BSTR* pbstrCodePage);
  13. };
  14. #endif //__TRIXACC_PRIVATE_H__
  15. // End of trixacc.h