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.
Releases object references and other values of a record without deallocating the record.
Syntax
HRESULT RecordClear(
[in] PVOID pvExisting
);
Parameters
[in] pvExisting
The record to be cleared.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
One or more of the arguments is not valid. |
Remarks
RecordClear releases memory blocks held by VT_PTR or VT_SAFEARRAY instance fields. The caller needs to free the instance fields memory, RecordClear will do nothing if there are no resources held.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oaidl.h |