nn::boss::TaskQuery::GetName Member Functionnn::Result GetName( u8 index, char * pName, size_t size );
| Name | Description | |
|---|---|---|
| in | index |
Specifies the position of the HTTP query. |
| out | pName |
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 HTTP query name.
CONFIDENTIAL