nn::boss::TaskAction::GetProperty Member Functionvirtual nn::Result GetProperty( PropertyType type, void * pValue, size_t size );
| Name | Description | |
|---|---|---|
| type | ||
| pValue | ||
| size | ||
| in | PropertyType |
Specifies the type property identifier. |
| in | void * | Specifies a pValue value. |
| in | size_t | Specifies the size of the size value. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Retrieval successful. |
ResultInvalidPropertyValue |
The property value pointer is NULL. |
ResultInvalidPropertyType |
The property type is not supported. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
Gets a property value from the class. It can be used for the following properties.
Identifier type
ACTION_URL char url[MAX_URL_LENGTH]
ACTION_OFFSET u32
ACTION_FILEPATH char filepath [MAX_FILEPATH_LENGTH]
ACTION_FILEPATH_W wchar_t filePathW[MAX_FILEPATH_LENGTH]
ACTION_FILE_HANDLE nn::Handle
ACTION_HTTP_HEADER struct httpRequestHeader[MAX_HTTP_HEADER]
ACTION_CLIENT_CERT u8
ACTION_ROOT_CA u8
ACTION_AP_INFO ApInfoType
SIGNAL_TASK_EVENT nn::os::Event*
CONFIDENTIAL