GetValue

nn::boss::TaskQuery::GetValue Member Function

Syntax

nn::Result GetValue(
     u8 index,
     void * pValue,
     size_t size
);

Parameters

Name Description
in index Specifies the position of the HTTP query.
out pValue 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 value of the HTTP query.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL