All the possible return values of "rundll32 printui.dll,PrintUIEnt

R

Richard

Guest
I am not sure this is the right place to ask this question. Anyway, do you
know all the possible return values of "rundll32 printui.dll,PrintUIEntry
...."? Thanks for your help in advance.
 


"Richard" wrote:
> I am not sure this is the right place to ask this question. Anyway, do you
> know all the possible return values of "rundll32 printui.dll,PrintUIEntry
> ..."? Thanks for your help in advance.


The exit code of rundll32 is 0. Always.
It will not tell you what the DLL function returns -
because the function is... void.
See http://support.microsoft.com/kb/164787/en-us

Regards,
--PA

 
"Richard" wrote:
> I am not sure this is the right place to ask this question. Anyway, do you
> know all the possible return values of "rundll32 printui.dll,PrintUIEntry
> ..."? Thanks for your help in advance.


The exit code of rundll32 is 0. Always.
It will not tell you what the DLL function returns -
because the function is... void.
See http://support.microsoft.com/kb/164787/en-us

Regards,
--PA

 
"Richard" wrote:
> I am not sure this is the right place to ask this question. Anyway, do you
> know all the possible return values of "rundll32 printui.dll,PrintUIEntry
> ..."? Thanks for your help in advance.


The exit code of rundll32 is 0. Always.
It will not tell you what the DLL function returns -
because the function is... void.
See http://support.microsoft.com/kb/164787/en-us

Regards,
--PA

 
RE: All the possible return values of "rundll32 printui.dll,PrintU

Thanks. Do you know all the possible return values of the PrintUIEntry
function?

"Pavel A." wrote:

> "Richard" wrote:
> > I am not sure this is the right place to ask this question. Anyway, do you
> > know all the possible return values of "rundll32 printui.dll,PrintUIEntry
> > ..."? Thanks for your help in advance.

>
> The exit code of rundll32 is 0. Always.
> It will not tell you what the DLL function returns -
> because the function is... void.
> See http://support.microsoft.com/kb/164787/en-us
>
> Regards,
> --PA
>

 
RE: All the possible return values of "rundll32 printui.dll,PrintU

Thanks. Do you know all the possible return values of the PrintUIEntry
function?

"Pavel A." wrote:

> "Richard" wrote:
> > I am not sure this is the right place to ask this question. Anyway, do you
> > know all the possible return values of "rundll32 printui.dll,PrintUIEntry
> > ..."? Thanks for your help in advance.

>
> The exit code of rundll32 is 0. Always.
> It will not tell you what the DLL function returns -
> because the function is... void.
> See http://support.microsoft.com/kb/164787/en-us
>
> Regards,
> --PA
>

 
RE: All the possible return values of "rundll32 printui.dll,PrintU

Thanks. Do you know all the possible return values of the PrintUIEntry
function?

"Pavel A." wrote:

> "Richard" wrote:
> > I am not sure this is the right place to ask this question. Anyway, do you
> > know all the possible return values of "rundll32 printui.dll,PrintUIEntry
> > ..."? Thanks for your help in advance.

>
> The exit code of rundll32 is 0. Always.
> It will not tell you what the DLL function returns -
> because the function is... void.
> See http://support.microsoft.com/kb/164787/en-us
>
> Regards,
> --PA
>

 
Re: All the possible return values of "rundll32 printui.dll,PrintU

"Richard" <richard@newsgroup.nospam> wrote in message news:04A2AA7C-876C-498F-8247-727A74149687@microsoft.com...
> Thanks. Do you know all the possible return values of the PrintUIEntry
> function?


I don't know what are possible outcomes of PrintUIEntry actions.
But as C function, it's return type is void (since it is a rundll32 entry point).

--PA



> "Pavel A." wrote:
>
>> "Richard" wrote:
>> > I am not sure this is the right place to ask this question. Anyway, do you
>> > know all the possible return values of "rundll32 printui.dll,PrintUIEntry
>> > ..."? Thanks for your help in advance.

>>
>> The exit code of rundll32 is 0. Always.
>> It will not tell you what the DLL function returns -
>> because the function is... void.
>> See http://support.microsoft.com/kb/164787/en-us
>>
>> Regards,
>> --PA
>>



 
Re: All the possible return values of &quot;rundll32 printui.dll,PrintU

"Richard" <richard@newsgroup.nospam> wrote in message news:04A2AA7C-876C-498F-8247-727A74149687@microsoft.com...
> Thanks. Do you know all the possible return values of the PrintUIEntry
> function?


I don't know what are possible outcomes of PrintUIEntry actions.
But as C function, it's return type is void (since it is a rundll32 entry point).

--PA



> "Pavel A." wrote:
>
>> "Richard" wrote:
>> > I am not sure this is the right place to ask this question. Anyway, do you
>> > know all the possible return values of "rundll32 printui.dll,PrintUIEntry
>> > ..."? Thanks for your help in advance.

>>
>> The exit code of rundll32 is 0. Always.
>> It will not tell you what the DLL function returns -
>> because the function is... void.
>> See http://support.microsoft.com/kb/164787/en-us
>>
>> Regards,
>> --PA
>>



 
Re: All the possible return values of &quot;rundll32 printui.dll,PrintU

"Richard" <richard@newsgroup.nospam> wrote in message news:04A2AA7C-876C-498F-8247-727A74149687@microsoft.com...
> Thanks. Do you know all the possible return values of the PrintUIEntry
> function?


I don't know what are possible outcomes of PrintUIEntry actions.
But as C function, it's return type is void (since it is a rundll32 entry point).

--PA



> "Pavel A." wrote:
>
>> "Richard" wrote:
>> > I am not sure this is the right place to ask this question. Anyway, do you
>> > know all the possible return values of "rundll32 printui.dll,PrintUIEntry
>> > ..."? Thanks for your help in advance.

>>
>> The exit code of rundll32 is 0. Always.
>> It will not tell you what the DLL function returns -
>> because the function is... void.
>> See http://support.microsoft.com/kb/164787/en-us
>>
>> Regards,
>> --PA
>>



 

Back
Top