ISceSvcAttachmentData interface (scesvc.h)

The ISceSvcAttachmentData interface retrieves configuration and analysis data about a specified security service from the Security Configuration snap-ins.

Inheritance

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

Methods

The ISceSvcAttachmentData interface has these methods.

 
ISceSvcAttachmentData::CloseHandle

The CloseHandle method closes a handle opened during a previous call to ISceSvcAttachmentData::Initialize.
ISceSvcAttachmentData::FreeBuffer

The FreeBuffer method frees memory allocated by the Security Configuration snap-in.
ISceSvcAttachmentData::GetData

The GetData method retrieves configuration information from the Security Configuration snap-in.
ISceSvcAttachmentData::Initialize

The Initialize method informs the Security Configuration snap-in that the snap-in extension is loaded, and it establishes a context for communications.

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

ISceSvcAttachmentPersistInfo