define_c_proc/func Argument?
- Posted by Euman <euman at bellsouth.net> Mar 02, 2001
- 434 views
Dumb Q? regarding argument value. Could someone please explain define_c_proc(dll, name, args), I recieve 166777220 and 33554436 but no other argument values for both proc and funcs. Is this the same with all Win O/S's? on all Machines? example: RegisterWindowMessageA{16777220} InitCommonControlsEx{16777220} GetSysColor{16777220} GetStockObject{16777220} GetDoubleClickTime{} GetSystemMetrics{16777220} GetDC{33554436} SaveDC{33554436} GetDeviceCaps{33554436,16777220} RestoreDC{33554436,16777220} ReleaseDC{33554436,33554436} ETC..... Euman