a0SetDefaultScheduling()

Sets the default thread scheduling rule.


Syntax

a0tError a0GetDefaultSched(
a0tScheduling sched );

Arguments

Namerd/wrDescription
sched write Default scheduling rule.

Description

This function sets the default thread scheduling rule. See A0DefaultScheduling for possible values.


Return Values

If an error condition occurs, it returns the error code, otherwise it returns A0ErrOk. Possible values are as follows:
Error CodeDescription
A0Err...Some error occurred.
A0ErrOkSuccessful completion.

See Also

A0DefaultScheduling a0StartRemoteThread() a0NewService() a0GetThreadScheduling() a0SetThreadScheduling()