GetName

nn::boss::TaskQuery::GetName Member Function

Syntax

nn::Result GetName(
     u8 index,
     char * pName,
     size_t size
);

Parameters

Name Description
in index Specifies the position of the HTTP query.
out pName Specifies the value.
in size Specifies the value size.

Return Values

Returns the function's execution result. Returns one of the 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).

Description

Gets the HTTP query name.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL