nn::nex::Operation::SetUserData Member Function

Syntax

void SetUserData(
     UserContext uUserData
);

Parameters

Name Description
uUserData

Return Values

None.

Description

Sets user-defined values.

The user-defined values are either qUnsignedInt32 or qReal and represent the pointers to certain objects. After this function is called by either the DataSet::OperationBegin or DuplicatedObject::OperationBegin functions and the user-defined values have been set, the GetUserData function can be called by the DataSet::OperationEnd or DuplicatedObject::OperationEnd functions to retrieve and use the user-defined values.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL