General Info

Interface: ExecDomain
Files: execdomain.h
Last change: 19/10/2003
Author: Luiz Henrique Shigunov
Description
System Functions

0x00 - TaskCreated - Signal that a task of the domain was created
 

Description

This page describes the ExecDomain interface which provides executable domain services.

0x00 - TaskCreated

Syntax

int ExecDomain_TaskCreated(TaskManager_Task *task);

Properties

Description

This function signals that task is owned by this domain.

If task is NULL, use calling task.

If task is not NULL, it must be undestroyable.

Return value