nn::boss::TaskQuery::AddQuery Member Function

Syntax

nn::Result AddQuery(
     const char * pName,
     const char * pValue
);

Arguments

Name Description
in pName Specifies the parameter name. (Do not specify more than 14 characters.)
in pValue Specifies the parameter value. (Do not specify more than 15 characters.)

Return Values

Returns the function's execution result. Returns one of the Result values listed below.

Value Description
Result::IsSuccess Set successfully.
ResultInvalidPointer The pointer to the parameter name or value is NULL.
ResultInvalidSize The size of the parameter name or value is invalid.
ResultInvalidMaxHttpQuery The HTTP query registration count exceeds the maximum.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

Adds an HTTP query.


CONFIDENTIAL