Name | Description | |
---|---|---|
idFirst | [in] Specifies the ID to generate first. | |
idLast | [in] Specifies the ID to generate last. |
Value | Description |
---|---|
true |
Returned if the ID range was successfully set. |
false |
Returned if an error occurred. SYSTEMERROR_OBJDUP_INVALID_ON_DUPLICA is signaled if this function was called on a duplica. |
Sets the range of IDs that can be generated by this IDGenerator
.
This IDGenerator
will now generate idFirst
and that given by idLast
.GenerateID
function will fail.
This function can only be called by the IDGenerator
duplication master. Also, this function must be called before any stations have called the GenerateID
function.
CONFIDENTIAL