On 01.06.2015 12:52, Qian Hong wrote:
> +/* Query object type name information */
> +@REQ(get_object_typename)
> + obj_handle_t handle; /* handle to the object */
> +@REPLY
> + data_size_t total; /* needed size for type name */
> + VARARG(typename,unicode_str); /* type name */
> +@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.