Sebastian Lackner sebastian@fds-team.de writes:
@@ -3265,6 +3265,22 @@ enum coords_relative VARARG(sd,security_descriptor); /* retrieved security descriptor */ @END
+struct handle_info +{
- process_id_t owner;
- obj_handle_t handle;
- unsigned int access;
+};
+/* Return a list of all opened handles */ +@REQ(get_system_handles) +@REPLY
- unsigned int count; /* number of handles */
- VARARG(data,bytes); /* array of handle_infos */
This is not a bytes array, please write a proper dumping function.