IRecordInfo::RecordCreate method (oaidl.h)
Allocates memory for a new record, initializes the instance and returns a pointer to the record.
Syntax
PVOID RecordCreate();
Return value
This method returns a pointer to the created record.
Remarks
The memory is set to zeros before it is returned.
The records created must be freed by calling RecordDestroy.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oaidl.h |