ntdll: add RtlCreateUserProcess stub

Austin English austinenglish at gmail.com
Sun Dec 27 02:59:49 CST 2015


On Sun, Dec 27, 2015 at 2:12 AM, Dmitry Timoshkov <dmitry at baikal.ru> wrote:
> Austin English <austinenglish at gmail.com> wrote:
>
>> +NTSTATUS WINAPI RtlCreateUserProcess(UNICODE_STRING *path, ULONG attributes, RTL_USER_PROCESS_PARAMETERS *parameters,
>> +                                     PSECURITY_DESCRIPTOR *process_descriptor, PSECURITY_DESCRIPTOR *thread_descriptor,
>> +                                     HANDLE parent, BOOLEAN inherit, HANDLE debug, HANDLE exception,
>> +                                     PRTL_USER_PROCESS_INFORMATION info)
>
> Some of the parameters use wrong pointer information. Probably it would be
> better to completely avoid Pxxx prefixes and use normal pointers for all
> parameters?
>
> --
> Dmitry.

Thanks for reviewing Dmitry. I'll revise and resend in the next day or two.

-- 
-Austin



More information about the wine-devel mailing list