nn::boss::TaskOption::GetProperty Member Function

Syntax

nn::Result GetProperty(
     PropertyType type,
     void * pValue,
     size_t size
);

Arguments

Name Description
in type Specifies the property identifier.
out pValue Specifies the value.
in size Specifies the value size.

Return Values

Returns the result of the operation.

Description

Gets a property value from the class. Can be used for the following properties.
Identifier type
TASK_EXEC_OPTION ExecOption
TASK_STEP u8
TASK_OPTION_TARGET_STEP u8
TASK_OPTION_PARAM1 u32
TASK_OPTION_PARAM2 u32

Revision History

2010/09/16
Initial version.

CONFIDENTIAL