Commit 826c1af1 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Added GetConvertStg stub.

parent a1d0bc39
...@@ -79,7 +79,7 @@ debug_channels (ole relay storage) ...@@ -79,7 +79,7 @@ debug_channels (ole relay storage)
65 stdcall DoDragDrop(ptr ptr long ptr) DoDragDrop 65 stdcall DoDragDrop(ptr ptr long ptr) DoDragDrop
66 stub EnableHookObject 66 stub EnableHookObject
67 stdcall GetClassFile(ptr ptr) GetClassFile 67 stdcall GetClassFile(ptr ptr) GetClassFile
68 stub GetConvertStg 68 stdcall GetConvertStg(ptr) GetConvertStg
69 stub GetDocumentBitStg 69 stub GetDocumentBitStg
70 stdcall GetHGlobalFromILockBytes(ptr ptr) GetHGlobalFromILockBytes 70 stdcall GetHGlobalFromILockBytes(ptr ptr) GetHGlobalFromILockBytes
71 stdcall GetHGlobalFromStream(ptr ptr) GetHGlobalFromStream 71 stdcall GetHGlobalFromStream(ptr ptr) GetHGlobalFromStream
......
...@@ -6969,3 +6969,8 @@ HRESULT WINAPI OleConvertIStorageToOLESTREAM ( ...@@ -6969,3 +6969,8 @@ HRESULT WINAPI OleConvertIStorageToOLESTREAM (
return hRes; return hRes;
} }
HRESULT WINAPI GetConvertStg(LPGUID guid) {
FIXME("(%s), unimplemented stub!\n",debugstr_guid(guid));
return E_FAIL;
}
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