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.

RE: All the possible return values of "rundll32 printui.dll,PrintUIEnt by pavel_a

pavel_a
Thu Apr 06 17:41:01 CDT 2006

"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 by richard

richard
Thu Apr 06 23:53:01 CDT 2006

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 by Pavel

Pavel
Fri Apr 07 12:04:41 CDT 2006

"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
>>