packet.def

来自「WinCE 系统下」· DEF 代码 · 共 27 行

DEF
27
字号
LIBRARY 	Driver

EXPORTS 
;DllEntry = DllMain
PKT_Init
PKT_Deinit
;Exporting Initialize and Deinitialize functions
		
		
; Exporting Device Open and Close functions
		PKT_Open
		PKT_Close
		
; Exporting Read, Write and Seek functions
		PKT_Read
		PKT_Write
		PKT_Seek

; Exporting IOControl function		
		PKT_IOControl

; Exporting Power functions
		PKT_PowerUp
		PKT_PowerDown

; Exporting custom functions
;		PKT_GetAdapterNames

⌨️ 快捷键说明

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