home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Lib / impkee.def < prev    next >
Text File  |  2002-04-26  |  2KB  |  71 lines

  1. ; $Id: impkee.def,v 1.2 2002/04/26 23:09:22 smilcke Exp $
  2.  
  3. ;******************************************************************************
  4. ; KEE import definition file
  5. ;
  6. ;     This program is free software; you can redistribute it and/or
  7. ;     modify it under the terms of the GNU General Public License as
  8. ;     published by the Free Software Foundation; either version 2 of
  9. ;     the License, or (at your option) any later version.
  10. ;
  11. ;     This program is distributed in the hope that it will be useful,
  12. ;     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ;     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. ;     GNU General Public License for more details.
  15. ;
  16. ;     You should have received a copy of the GNU General Public
  17. ;     License along with this program; if not, write to the Free
  18. ;     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
  19. ;     USA.
  20. ;
  21. ;******************************************************************************
  22. LIBRARY KEE
  23.  
  24. EXPORTS
  25.    KernAllocSpinLock @ 10
  26.    KernFreeSpinLock @ 11
  27.    KernAcquireSpinLock @ 12
  28.    KernReleaseSpinLock @ 13
  29.    KernAllocMutexLock @ 20
  30.    KernFreeMutexLock @ 21
  31.    KernRequestSharedMutex @ 22
  32.    KernReleaseSharedMutex @ 23
  33.    KernTryRequestSharedMutex @ 24
  34.    KernRequestExclusiveMutex @ 25
  35.    KernReleaseExclusiveMutex @ 26
  36.    KernTryRequestExclusiveMutex @ 27
  37.    KernBlock @ 30
  38.    KernWakeup @ 31
  39.    KernThunkStackTo16 @ 40
  40.    KernThunkStackTo32 @ 41
  41.    KernSerialize16BitDD @ 42
  42.    KernUnserialize16BitDD @ 43
  43.    KernArmHook @ 44
  44.    KernAllocateContextHook @ 45
  45.    KernCopyIn @ 50
  46.    KernCopyOut @ 51
  47.    KernVMAlloc @ 60
  48.    KernVMFree @ 61
  49.    KernVMLock @ 62
  50.    KernVMUnlock @ 63
  51.    KernLinToPageList @ 64
  52.    KernVMSetMem @ 65
  53.    KernSelToFlat @ 66
  54.    KernDynamicAPI @ 70
  55.    KernRASSysTrace @ 80
  56.    KernPerfSysTrace @ 81
  57.    SIS @ 90
  58.    InterruptLevel @ 92
  59.    _TKSSBase @ 93
  60.    KEEVersionId @ 94
  61.    KernLockFile @ 100
  62.    KernUnLockFile @ 101
  63.    KernGetFileSize @ 102
  64.    KernTestFileCache @ 103
  65.    KernReadFileAt @ 104
  66.    KernReadFileAtCache @ 105
  67.    KernReturnFileCache @ 106
  68.    KernCreateUconvObject @ 120
  69.    KernStrFromUcs @ 121
  70.    KernStrToUcs @ 122
  71.