Skip to content

Latest commit

 

History

History
118 lines (93 loc) · 2.75 KB

nf-oleauto-getrecordinfofromguids.md

File metadata and controls

118 lines (93 loc) · 2.75 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:oleauto.GetRecordInfoFromGuids
GetRecordInfoFromGuids function (oleauto.h)
Returns a pointer to the IRecordInfo interface for a UDT by passing the GUID of the type information without having to load the type library.
GetRecordInfoFromGuids
GetRecordInfoFromGuids function [Automation]
_oa96_GetRecordInfoFromGuids
automat.getrecordinfofromguids
oleauto/GetRecordInfoFromGuids
automat\getrecordinfofromguids.htm
automat
0f132a13-ebcd-4886-b842-e6852d6fb2c8
12/05/2018
GetRecordInfoFromGuids, GetRecordInfoFromGuids function [Automation], _oa96_GetRecordInfoFromGuids, automat.getrecordinfofromguids, oleauto/GetRecordInfoFromGuids
oleauto.h
Windows
OleAut32.lib
OleAut32.dll
Windows
19H1
GetRecordInfoFromGuids
oleauto/GetRecordInfoFromGuids
c++
APIRef
kbSyntax
DllExport
OleAut32.dll
GetRecordInfoFromGuids

GetRecordInfoFromGuids function

-description

Returns a pointer to the IRecordInfo interface for a UDT by passing the GUID of the type information without having to load the type library.

-parameters

-param rGuidTypeLib [in]

The GUID of the type library containing the UDT.

-param uVerMajor [in]

The major version number of the type library of the UDT.

-param uVerMinor [in]

The minor version number of the type library of the UDT.

-param lcid [in]

The locale ID of the caller.

-param rGuidTypeInfo [in]

The GUID of the typeinfo that describes the UDT.

-param ppRecInfo [out]

The IRecordInfo interface.

-returns

This function can return one of these values.

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

-remarks

A pointer to IRecordInfo can be serialized by writing out the GUIDs and version numbers and deserialized by loading the information and passing it to GetRecordInfoFromGuids.