compobj.dll16: Add StringFromIID.
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
eb63a5f3c3
commit
85820f5e40
|
@ -434,6 +434,7 @@ _xmalloc16(DWORD size, SEGPTR *ptr) {
|
|||
|
||||
/******************************************************************************
|
||||
* StringFromCLSID [COMPOBJ.19]
|
||||
* StringFromIID [COMPOBJ.14]
|
||||
* Converts a GUID into the respective string representation.
|
||||
* The target string is allocated using the OLE IMalloc.
|
||||
*
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
11 stub COFREELIBRARY
|
||||
12 stub COFREEALLLIBRARIES
|
||||
13 pascal CoCreateInstance(ptr ptr long ptr ptr) CoCreateInstance16
|
||||
14 stub STRINGFROMIID
|
||||
14 pascal StringFromIID(ptr ptr) StringFromCLSID16
|
||||
15 pascal CoDisconnectObject(ptr long) CoDisconnectObject16
|
||||
16 stub CORELEASEMARSHALDATA
|
||||
17 pascal -ret16 CoFreeUnusedLibraries() CoFreeUnusedLibraries16
|
||||
|
|
Loading…
Reference in New Issue