Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

41 lines
1.0 KiB

LIBRARY Ctl3dV2
DESCRIPTION '3d control dll'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 1024
SEGMENTS
WEP_TEXT FIXED PRELOAD
EXPORTS
WEP @1000 RESIDENTNAME
Ctl3dGetVer @1
Ctl3dSubclassDlg @2
Ctl3dSubclassCtl @3
Ctl3dCtlColor @4
Ctl3dEnabled @5
Ctl3dColorChange @6
BtnWndProc3d @7
EditWndProc3d @8
ListWndProc3d @9
ComboWndProc3d @10
StaticWndProc3d @11
Ctl3dRegister @12
Ctl3dUnregister @13
Ctl3dAutoSubclass @16
Ctl3dDlgProc @17
Ctl3dCtlColorEx @18
Ctl3dSetStyle @19
Ctl3dDlgFramePaint @20
Ctl3dSubclassDlgEx @21
Ctl3dWinIniChange @22
Ctl3dIsAutoSubclass @23
Ctl3dUnAutoSubclass @24
Ctl3dSubclassCtlEx @25
Ctl3dUnsubclassCtl @26
Ctl3dAutoSubclassEx @27