IITPropList::SetPersist(BOOL) method (infotech.h)
Sets the persistence state on or off for all properties.
Syntax
HRESULT SetPersist(
[in] BOOL fPersist
);
Parameters
[in] fPersist
Persistence state. If TRUE, persistence state is on; if FALSE, the state is off.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The state was successfully set. |
Remarks
By default, properties are created with a persistence state of TRUE.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | infotech.h |