Added stub for GetRecordInfoFromGuids.
diff --git a/dlls/oleaut32/oleaut.c b/dlls/oleaut32/oleaut.c
index f58660e..05d918c 100644
--- a/dlls/oleaut32/oleaut.c
+++ b/dlls/oleaut32/oleaut.c
@@ -569,6 +569,28 @@
}
/******************************************************************************
+ * GetRecordInfoFromGuids [OLEAUT32.322]
+ *
+ * RETURNS
+ * Success: S_OK
+ * Failure: E_INVALIDARG, if any argument is invalid.
+ *
+ * BUGS
+ * Unimplemented
+ */
+HRESULT WINAPI GetRecordInfoFromGuids(
+ REFGUID rGuidTypeLib,
+ ULONG uVerMajor,
+ ULONG uVerMinor,
+ LCID lcid,
+ REFGUID rGuidTypeInfo,
+ IRecordInfo** ppRecInfo)
+{
+ FIXME("(%p,%ld,%ld,%ld,%p,%p),stub!\n",rGuidTypeLib, uVerMajor, uVerMinor, lcid, rGuidTypeInfo, ppRecInfo);
+ return E_NOTIMPL;
+}
+
+/******************************************************************************
* OleTranslateColor [OLEAUT32.421]
*
* Convert an OLE_COLOR to a COLORREF.
diff --git a/dlls/oleaut32/oleaut32.spec b/dlls/oleaut32/oleaut32.spec
index aad632e..e9abcc7 100644
--- a/dlls/oleaut32/oleaut32.spec
+++ b/dlls/oleaut32/oleaut32.spec
@@ -314,7 +314,7 @@
319 stdcall VarDateFromUdateEx(ptr long long ptr)
320 stdcall -private DllRegisterServer() OLEAUT32_DllRegisterServer
321 stdcall -private DllUnregisterServer() OLEAUT32_DllUnregisterServer
-322 stub GetRecordInfoFromGuids # stdcall (ptr long long long ptr ptr)
+322 stdcall GetRecordInfoFromGuids(ptr long long long ptr ptr)
323 stub GetRecordInfoFromTypeInfo # stdcall (ptr ptr)
325 stub SetVarConversionLocaleSetting
326 stub GetVarConversionLocaleSetting