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.

33 lines
764 B

  1. LIBRARY WINABC.ime
  2. SECTIONS
  3. .bss READ WRITE
  4. .data READ WRITE
  5. .idata READ WRITE
  6. .rsrc READ
  7. HEAPSIZE 10240
  8. STACKSIZE 5120
  9. EXPORTS
  10. ImeConversionList
  11. ImeConfigure
  12. ImeDestroy
  13. ImeEscape
  14. ImeInquire
  15. ImeProcessKey
  16. ImeSelect
  17. ImeSetActiveContext
  18. ImeSetCompositionString
  19. ImeToAsciiEx
  20. NotifyIME
  21. ImeRegisterWord
  22. ImeUnregisterWord
  23. ImeGetRegisterWordStyle
  24. ImeEnumRegisterWord
  25. UIWndProc
  26. StatusWndProc
  27. CompWndProc
  28. CandWndProc