pcmlegacytest.def

来自「wince5.0 pb中pccard源码」· DEF 代码 · 共 21 行

DEF
21
字号
;******************************************************************************
;
;
; This source code is licensed under Microsoft Shared Source License
; Version 1.0 for Windows CE.
; For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223.
;******************************************************************************

LIBRARY		PCMCETsts
EXPORTS
   gen_Init
   gen_Deinit
   gen_Open
   gen_Close
   gen_Read
   gen_Write
   gen_Seek
   gen_IOControl
   gen_PowerUp
   gen_PowerDown

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?