initial
This commit is contained in:
14
public/wintab/examples/wthhook/win32/wthkdll.def
Normal file
14
public/wintab/examples/wthhook/win32/wthkdll.def
Normal file
@@ -0,0 +1,14 @@
|
||||
;;wthkdll.def
|
||||
|
||||
LIBRARY "WTHKDLL"
|
||||
DESCRIPTION 'wintab hook dll'
|
||||
|
||||
EXPORTS
|
||||
RecordHook @100
|
||||
PlayHook @101
|
||||
Record @200
|
||||
Playback @201
|
||||
get_num_pkts_recorded @202
|
||||
get_num_pkts_played @203
|
||||
display_record @204
|
||||
reset @205
|
||||
Reference in New Issue
Block a user