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.

22 lines
813 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // File: globals.h
  4. //
  5. // Contents: Global variable declarations.
  6. //
  7. //----------------------------------------------------------------------------
  8. #ifndef ITHDMSHL_H
  9. #define ITHDMSHL_H
  10. #define MP_MARSHALINTERFACE 0
  11. #define MP_UNMARSHALINTERFACEERROR 1
  12. HRESULT GetThreadMarshalInterface(DWORD dwThreadId, DWORD dwType, REFIID riid, IUnknown **ppunk);
  13. HRESULT GetThreadUIManager(DWORD dwThreadId, ITfLangBarItemMgr **pplbi, DWORD *pdwThreadId);
  14. HRESULT GetInputProcessorProfiles(DWORD dwThreadId, ITfInputProcessorProfiles **ppaip, DWORD *pdwThreadId);
  15. HRESULT ThreadMarshalInterfaceHandler(int nId);
  16. HRESULT ThreadUnMarshalInterfaceErrorHandler(int nId);
  17. #endif // ITHDMSHL_H