ISceSvcAttachmentPersistInfo::IsDirty method (scesvc.h)

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

Syntax

HRESULT IsDirty(
  [in] LPTSTR lpTemplateName
);

Parameters

[in] lpTemplateName

Pointer to a null-terminated string that contains a security template name. Multiple security templates can be modified so that each service extension can be expanded under multiple templates.

Return value

The return value is an HRESULT. A value of S_OK indicates the method was successful.

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
DLL Wsecedit.dll

See also

ISceSvcAttachmentPersistInfo

ISceSvcAttachmentPersistInfo::Save