Prev: Connecting to RPC epmapper at non default port
Next: What's Wrong With This Status Bar's CreateWindowEx()?
From: Kerem Gümrükcü on 28 Jan 2010 05:45 Hi, has someone information on the parameters for this: zipfldr.dll (>=WinXP) ------------------------ void __stdcall RouteTheCall( struct HWND__ * ,struct HINSTANCE__ * ,char const *, int) I am not really sure what the last two ones are good for,...especially the last one,... Thanks in advance,... K.
From: patrick on 28 Jan 2010 07:20 Kerem Gümrükcü a écrit : > Hi, > > has someone information on the parameters for this: > > zipfldr.dll (>=WinXP) > ------------------------ > void __stdcall RouteTheCall( > struct HWND__ * > ,struct HINSTANCE__ * > ,char const *, > int) Are you sure for this definition ? Because it's usually used with just a char* parameter for the folder name...
From: Kerem Gümrükcü on 28 Jan 2010 08:35
Well, thats what windows symbols say on that,...so i guess thats what it is. I was also wondering why it looked like that, since i also remember it passing just a folder path or filename,... "patrick" <patrick.beltranne(a)caramail.com> schrieb im Newsbeitrag news:03a39bea-5f62-41c0-b635-64026741124b(a)c4g2000yqa.googlegroups.com... > Kerem G�mr�kc� a �crit : >> Hi, >> >> has someone information on the parameters for this: >> >> zipfldr.dll (>=WinXP) >> ------------------------ >> void __stdcall RouteTheCall( >> struct HWND__ * >> ,struct HINSTANCE__ * >> ,char const *, >> int) > > Are you sure for this definition ? > Because it's usually used with just a char* parameter for the folder > name... |