nn::nex::ResultRange::ResultRange Constructor

Syntax

ResultRange(
     qUnsignedInt32 uiOffset = 0,
     qUnsignedInt32 uiSize = RESULTRANGE_DEFAULT_SIZE
);

Parameters

Name Description
in uiOffset The offset to the entries to get (the starting entry position). The default value is 0.
in uiSize The maximum number of entries to get. The default is RESULTRANGE_DEFAULT_SIZE.

Description

Constructor.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL