Justus Winter, on dim. 07 mai 2017 17:42:24 +0200, wrote:
> Can you paste the client code?

kern_return_t __proc_task2proc
(
        process_t process,
        mach_port_t task,
        mach_port_t *proc,
        mach_msg_type_name_t *procPoly
) {

...

        *proc = OutP->proc;

        *procPoly = OutP->procType.msgt_name;

        return KERN_SUCCESS;
}



Samuel

Reply via email to