Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

30 lines
892 B

LIBRARY HDXDLL
DESCRIPTION 'Help Index Browser Control'
#ifndef _WIN32
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 1024
SEGMENTS
HDXDLL_TEXT PRELOAD MOVEABLE DISCARDABLE
HDXWEP_TEXT PRELOAD FIXED
EXPORTS
WEP @1 RESIDENTNAME
CustomControlInfo @2 ;(Dialog Editor binds to this ordinal)
HelpIndexStyle @3 ;(Dialog Editor binds to this ordinal)
HelpIndexFlags @4 ;(Dialog Editor binds to this ordinal)
HelpIndexWndProc @5 ;(Dialog Editor binds to this ordinal)
HelpIndexDlgProc @6 ;(Dialog Editor binds to this ordinal)
SetViewerHandle @7
GetViewerHandle @8
SetRegistryStrings @9
#endif