ISceSvcAttachmentPersistInfo interface (scesvc.h)

The ISceSvcAttachmentPersistInfo interface retrieves any modified configuration or analysis information from an attachment snap-in.

Inheritance

The ISceSvcAttachmentPersistInfo interface inherits from the IUnknown interface. ISceSvcAttachmentPersistInfo also has these types of members:

Methods

The ISceSvcAttachmentPersistInfo interface has these methods.

 
ISceSvcAttachmentPersistInfo::FreeBuffer

The FreeBuffer method frees memory allocated by the attachment snap-in extension.
ISceSvcAttachmentPersistInfo::IsDirty

The IsDirty method returns a value indicating whether data in the attachment snap-in has been modified since it was last saved.
ISceSvcAttachmentPersistInfo::Save

The Save method causes the snap-in extension to return information about the data that needs to be saved. The caller is responsible for saving the data.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header scesvc.h

See also

ISceSvcAttachmentData