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