You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
667 B
33 lines
667 B
NAME clidemo
|
|
|
|
EXETYPE WINDOWS
|
|
|
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
|
DATA PRELOAD MOVEABLE MULTIPLE
|
|
|
|
HEAPSIZE 16000
|
|
STACKSIZE 32000
|
|
|
|
EXPORTS
|
|
; Window procedures
|
|
;
|
|
FrameWndProc @1
|
|
ItemWndProc @2
|
|
|
|
; Dialog procedures
|
|
;
|
|
fnProperties @3
|
|
fnInsertNew @4
|
|
fnAbout @5
|
|
fnRetry @6
|
|
fnInvalidLink @7
|
|
|
|
; OLE Client callbacks
|
|
;
|
|
CallBack @8
|
|
ReadStream @9
|
|
WriteStream @10
|
|
|
|
; timer callback
|
|
;
|
|
fnTimerBlockProc @11
|