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.

25 lines
971 B

  1. //
  2. // tlapi.h
  3. //
  4. #ifndef TLAPI_H
  5. #define TLAPI_H
  6. BOOL TF_GetThreadFlags(DWORD dwThreadId, DWORD *pdwFlags, DWORD *pdwProcessId, DWORD *pdwTickTime);
  7. #define TLF_TIMACTIVE 0x00000001
  8. #define TLF_16BITTASK 0x00000002
  9. #define TLF_16BITTASKCHECKED 0x00000004
  10. #define TLF_NTCONSOLE 0x00000008
  11. #define TLF_LBIMGR 0x00000010
  12. #define TLF_INSFW 0x00000020
  13. #define TLF_TFPRIV_UPDATE_REG_IMX_IN_QUEUE 0x00000040
  14. #define TLF_TFPRIV_SYSCOLORCHANGED_IN_QUEUE 0x00000080
  15. #define TLF_TFPRIV_UPDATE_REG_KBDTOGGLE_IN_QUEUE 0x00000100
  16. #define TLF_NOWAITFORINPUTIDLEONWIN9X 0x00000200
  17. #define TLF_GCOMPACTIVE 0x00000400
  18. #define TLF_CTFMONPROCESS 0x00000800
  19. BOOL TF_IsInMarshaling(DWORD dwThreadId);
  20. #endif // TLAPI_H