Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a286a30a
Commit
a286a30a
authored
May 27, 2004
by
Alex Villacís Lasso
Committed by
Alexandre Julliard
May 27, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for GetRecordInfoFromGuids.
parent
96b215ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
oleaut.c
dlls/oleaut32/oleaut.c
+22
-0
oleaut32.spec
dlls/oleaut32/oleaut32.spec
+1
-1
No files found.
dlls/oleaut32/oleaut.c
View file @
a286a30a
...
...
@@ -569,6 +569,28 @@ ULONG WINAPI OaBuildVersion()
}
/******************************************************************************
* 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.
...
...
dlls/oleaut32/oleaut32.spec
View file @
a286a30a
...
...
@@ -314,7 +314,7 @@
319 stdcall VarDateFromUdateEx(ptr long long ptr)
320 stdcall -private DllRegisterServer() OLEAUT32_DllRegisterServer
321 stdcall -private DllUnregisterServer() OLEAUT32_DllUnregisterServer
322 st
ub GetRecordInfoFromGuids # stdcall
(ptr long long long ptr ptr)
322 st
dcall GetRecordInfoFromGuids
(ptr long long long ptr ptr)
323 stub GetRecordInfoFromTypeInfo # stdcall (ptr ptr)
325 stub SetVarConversionLocaleSetting
326 stub GetVarConversionLocaleSetting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment