void SetUserData( UserContext uUserData );
Name | Description | |
---|---|---|
uUserData |
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.
CONFIDENTIAL