pcmcia.def
上传用户:qiulin1960
上传日期:2013-10-16
资源大小:2844k
文件大小:1k
源码类别:

Windows CE

开发平台:

Windows_Unix

  1. ;
  2. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  3. ;
  4. ;
  5. ; Use of this source code is subject to the terms of the Microsoft end-user
  6. ; license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
  7. ; If you did not accept the terms of the EULA, you are not authorized to use
  8. ; this source code. For a copy of the EULA, please see the LICENSE.RTF on your
  9. ; install media.
  10. ;
  11. LIBRARY  PCMCIA
  12. EXPORTS CardRegisterClient
  13. CardDeregisterClient
  14. CardGetFirstTuple
  15. CardGetNextTuple
  16. CardGetTupleData
  17. CardGetParsedTuple
  18. CardRequestConfiguration
  19. CardModifyConfiguration
  20. CardReleaseConfiguration
  21. CardGetStatus
  22. CardResetFunction
  23. CardRequestExclusive
  24. CardReleaseExclusive
  25. CardRequestSocketMask
  26. CardReleaseSocketMask
  27. CardGetEventMask
  28. CardSetEventMask
  29. CardRequestWindow
  30. CardReleaseWindow
  31. CardModifyWindow
  32. CardMapWindow
  33. CardRequestIRQ
  34. CardReleaseIRQ
  35. CardAccessConfigurationRegister
  36.         CardPowerOn
  37.         CardPowerOff
  38. Init
  39. Deinit
  40. PowerUp
  41. PowerDown