nn::boss::TaskError::GetProperty Member Functionnn::Result GetProperty( PropertyType type, void * pValue, size_t size );
| Name | Description | |
|---|---|---|
| in | type | Specifies the property identifier. |
| out | pValue | Specifies the value. |
| in | size | Specifies the value size. |
Gets a property value from the class. Can be used for the following properties.
Identifier type
TASK_ERROR_RESULT_CODE TaskResultCode
TASK_COMM_ERROR_CODE u32
TASK_ERROR_MESSAGE char message[MAX_ERROR_MESSAGE]
CONFIDENTIAL