ISceSvcAttachmentData::FreeBuffer method (scesvc.h)
The FreeBuffer method frees memory allocated by the Security Configuration snap-in.
Syntax
HRESULT FreeBuffer(
[in] PVOID pvData
);
Parameters
[in] pvData
Void pointer to the buffer to be freed.
Return value
The return value is an HRESULT. A value of S_OK indicates the method was successful.
Remarks
You should call this method to free the data buffer returned by ISceSvcAttachmentData::GetData.
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 |