Skip to content

Latest commit

 

History

History
104 lines (86 loc) · 2.36 KB

nf-oaidl-irecordinfo-recordinit.md

File metadata and controls

104 lines (86 loc) · 2.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:oaidl.IRecordInfo.RecordInit
IRecordInfo::RecordInit (oaidl.h)
Initializes a new instance of a record.
IRecordInfo interface [Automation]
RecordInit method
IRecordInfo.RecordInit
IRecordInfo::RecordInit
RecordInit
RecordInit method [Automation]
RecordInit method [Automation]
IRecordInfo interface
_oa96_IRecordInfo_RecordInit
automat.irecordinfo_recordinit
oaidl/IRecordInfo::RecordInit
automat\irecordinfo_recordinit.htm
automat
e10355b3-b751-487d-b7ce-77a39803c38c
12/05/2018
IRecordInfo interface [Automation],RecordInit method, IRecordInfo.RecordInit, IRecordInfo::RecordInit, RecordInit, RecordInit method [Automation], RecordInit method [Automation],IRecordInfo interface, _oa96_IRecordInfo_RecordInit, automat.irecordinfo_recordinit, oaidl/IRecordInfo::RecordInit
oaidl.h
Windows
OaIdl.idl
Windows
19H1
IRecordInfo::RecordInit
oaidl/IRecordInfo::RecordInit
c++
APIRef
kbSyntax
COM
oaidl.h
IRecordInfo.RecordInit

IRecordInfo::RecordInit

-description

Initializes a new instance of a record.

-parameters

-param pvNew [out]

An instance of a record.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
E_INVALIDARG
One or more of the arguments is not valid.

-remarks

The caller must allocate the memory of the record by its appropriate size using the GetSize method.

RecordInit sets all contents of the record to 0 and the record should hold no resources.

-see-also

IRecordInfo