[PATCH 1/3] ntdll: Implemenent ObjectTypeInformation class support in NtQueryObject.

Nikolay Sivov bunglehead at gmail.com
Mon Jun 1 07:27:07 CDT 2015


On 01.06.2015 12:52, Qian Hong wrote:

> +/* Query object type name information */
> + at REQ(get_object_typename)
> +    obj_handle_t   handle;        /* handle to the object */
> + at REPLY
> +    data_size_t    total;         /* needed size for type name */
> +    VARARG(typename,unicode_str); /* type name */
> + at END
> +

Also, do we really need to transfer a string? It seems to be that you 
can use an index and a static array at ntdll side.



More information about the wine-devel mailing list