Commit 85820f5e authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

compobj.dll16: Add StringFromIID.

parent eb63a5f3
...@@ -434,6 +434,7 @@ _xmalloc16(DWORD size, SEGPTR *ptr) { ...@@ -434,6 +434,7 @@ _xmalloc16(DWORD size, SEGPTR *ptr) {
/****************************************************************************** /******************************************************************************
* StringFromCLSID [COMPOBJ.19] * StringFromCLSID [COMPOBJ.19]
* StringFromIID [COMPOBJ.14]
* Converts a GUID into the respective string representation. * Converts a GUID into the respective string representation.
* The target string is allocated using the OLE IMalloc. * The target string is allocated using the OLE IMalloc.
* *
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
11 stub COFREELIBRARY 11 stub COFREELIBRARY
12 stub COFREEALLLIBRARIES 12 stub COFREEALLLIBRARIES
13 pascal CoCreateInstance(ptr ptr long ptr ptr) CoCreateInstance16 13 pascal CoCreateInstance(ptr ptr long ptr ptr) CoCreateInstance16
14 stub STRINGFROMIID 14 pascal StringFromIID(ptr ptr) StringFromCLSID16
15 pascal CoDisconnectObject(ptr long) CoDisconnectObject16 15 pascal CoDisconnectObject(ptr long) CoDisconnectObject16
16 stub CORELEASEMARSHALDATA 16 stub CORELEASEMARSHALDATA
17 pascal -ret16 CoFreeUnusedLibraries() CoFreeUnusedLibraries16 17 pascal -ret16 CoFreeUnusedLibraries() CoFreeUnusedLibraries16
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment