Contents

exportObjectToClient

Declaration

virtual IOReturn exportObjectToClient(
 task_ttask, 
 OSObject *obj,
 io_object_t *clientObj);

Parameters

  • task:

    The task.

  • obj:

    The object we want to export to the client.

  • clientObj:

    Returned value is the client's port name.

Overview

Make an arbitrary OSObject available to the client task.

See Also

Miscellaneous