zipfldr.dll::RouteTheCall(...) Parameters,...

  • Follow


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. 
0
Reply iso 1/28/2010 10:45:35 AM

Kerem G=FCmr=FCkc=FC a =E9crit :
> Hi,
>
> has someone information on the parameters for this:
>
> zipfldr.dll (>=3DWinXP)
> ------------------------
> 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...
0
Reply patrick 1/28/2010 12:20:11 PM


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@caramail.com> schrieb im Newsbeitrag 
news:03a39bea-5f62-41c0-b635-64026741124b@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... 

0
Reply iso 1/28/2010 1:35:37 PM

2 Replies
1137 Views

(page loaded in 0.027 seconds)

Similiar Articles:




7/22/2012 4:42:47 AM


Reply: