virtual qBool UnperpetuateObject( ProtocolCallContext * pContext, qUnsignedInt16 persistenceSlotId, qBool deleteLastObject = false );
Name | Description | |
---|---|---|
in | pContext | Call information. |
in | persistenceSlotId | The persistence slot ID that is used by the data that is to be unperpetuated. |
in | deleteLastObject | Specifies whether to delete the data that is being unperpetuated. The default is not to delete the data. |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
Unperpetuates data.
The data is reconstituted as data that can be automatically deleted. The unperpetuated data expires after the current time plus the number of valid days. If TRUE
is specified for deleteLastObject, the data is deleted at the same time it is unperpetuated.
CONFIDENTIAL