Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FreeBuffer method frees memory allocated by the attachment snap-in extension.
Syntax
HRESULT FreeBuffer(
[in] PVOID pvData
);
Parameters
[in] pvData
Pointer to the buffer to free.
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 ISceSvcAttachmentPersistInfo::Save.
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 |