home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
dde
/
ddespy
/
ddespy.def
< prev
next >
Wrap
Text File
|
1989-02-11
|
429b
|
25 lines
NAME DDESPY
DESCRIPTION 'Windows Spy Application'
STUB 'WINSTUB.EXE'
CODE MOVEABLE
DATA MOVEABLE MULTIPLE
HEAPSIZE 8192
STACKSIZE 4096
EXPORTS
MyWndProc @1
DlgAbout @2
DlgSpySet @3
SpyProc @4
IMPORTS
InitHook = DSPYDLL.3
KillHook = DSPYDLL.4
PassFileToDLL = DSPYDLL.5
DebugWndProc = DSPYDLL.6
CreateDebugWin = DSPYDLL.7