nn::boss::TaskQuery::GetValue Member Functionnn::Result GetValue( u8 index, void * pValue, size_t size );
| Name | Description | |
|---|---|---|
| in | index |
Specifies the position of the HTTP query. |
| out | pValue |
Specifies the value. |
| in | size |
Specifies the value size. |
Result values listed below.| Value | Description |
|---|---|
Result::IsSuccess |
Retrieval successful. |
ResultInvalidPointer |
The point to the value is NULL. |
ResultNotFound |
Could not find a valie HTTP query at the specificied position. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
Gets the value of the HTTP query.
CONFIDENTIAL