Sweden-Number/dlls/ole32
Robert Shearman 6814b33aa3 ole32: Remove the fixme printed if CoGetClassObject fails in CoCreateInstance.
Remove the fixme printed if CoGetClassObject fails in
CoCreateInstance, because we already print an error in all cases and
the error more accurately pin-points the source of the problem.
2006-05-07 10:03:11 +02:00
..
tests ole32: STGM_PRIORITY allows other IStorage objects to be opened in transacted mode with read/write access. 2006-05-05 21:51:31 +02:00
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in Implement some user marshal functions and add tests. 2005-11-29 11:35:27 +01:00
antimoniker.c ole32: Check for pcbSize in AntiMonikerImpl_GetSizeMax being for NULL, not for non-NULL. 2006-04-07 13:09:57 +02:00
bindctx.c Remove spaces before '\n' in traces. 2005-11-10 12:14:56 +00:00
clipboard.c Improve c2man Documented-Total count. 2005-11-09 10:30:57 +00:00
compobj.c ole32: Remove the fixme printed if CoGetClassObject fails in CoCreateInstance. 2006-05-07 10:03:11 +02:00
compobj.spec Added CoCreateInstance16, CoGetClassObject16, OleLoad16 stubs. 2005-08-15 09:46:51 +00:00
compobj_private.h ole: Implement IRpcChannelBuffer::GetDestCtx on the client side. 2006-03-06 11:09:34 +01:00
compositemoniker.c ole32: Check for pcbSize parameter of CompositeMonikerImpl_GetSizeMax being NULL, rather than non-NULL. 2006-04-07 13:10:03 +02:00
datacache.c Assorted spelling fixes. 2006-03-21 20:10:39 +01:00
dcom.idl ole32: Remove unnecessary commenting out of the RPC interfaces in the dcom idl file. 2006-03-30 21:55:43 +02:00
defaulthandler.c ole32: Fix DefaultHandler_EnumAdvises. 2006-04-07 13:09:36 +02:00
dictionary.c Add traces, add unit tests for IPropertyStorage, and fix the problems 2005-04-11 14:30:24 +00:00
dictionary.h Add traces, add unit tests for IPropertyStorage, and fix the problems 2005-04-11 14:30:24 +00:00
errorinfo.c CreateErrorInfo trace fix. 2005-12-12 11:52:36 +01:00
filemoniker.c ole32: Fix typo in FileMonikerImpl_BindToObject. 2006-04-07 13:10:18 +02:00
ftmarshal.c Replace the _ICOM_THIS_From macros by inline functions the way it's 2005-07-27 11:10:52 +00:00
git.c Use a more portable scheme for storing the name of a critical 2005-09-09 10:19:44 +00:00
hglobalstream.c ole: Check the return value of IStream_SetSize in IStream_Read. 2006-01-03 12:07:49 +01:00
ifs.c Use a more portable scheme for storing the name of a critical 2005-09-09 10:19:44 +00:00
ifs.h Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of 2005-07-26 18:32:53 +00:00
itemmoniker.c Replace the _ICOM_THIS_From macros by inline functions the way it's 2005-07-27 11:10:52 +00:00
marshal.c ole: Implement IRpcChannelBuffer::GetDestCtx on the client side. 2006-03-06 11:09:34 +01:00
memlockbytes.c Added some documentation. 2005-07-07 17:21:44 +00:00
memlockbytes16.c Improve c2man Documented-Total count. 2005-11-09 10:30:57 +00:00
moniker.c Move all 16-bit functions to an appropriate 16-bit file. 2005-09-25 15:17:10 +00:00
moniker.h Replace the _ICOM_THIS_From macros by inline functions the way it's 2005-07-27 11:10:52 +00:00
ole2.c ole32: Store drop targets in a standard list. 2006-05-05 16:33:12 +02:00
ole2.spec Fix .spec declarations for functinos with 64bit arguments (reported by 2005-09-26 09:56:40 +00:00
ole2_16.c Move all 16-bit functions to an appropriate 16-bit file. 2005-09-25 15:17:10 +00:00
ole2conv.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
ole2impl.c Fix memory leak in OleDuplicateData on error path (found by Smatch). 2005-03-19 17:05:12 +00:00
ole2nls.c Use the proper calling convention for 2 16-bit functions. 2005-09-27 09:32:41 +00:00
ole2nls.spec Remove the obsolete pascal16 (replaced by pascal -ret16). 2003-09-26 04:32:19 +00:00
ole2prox.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
ole2stubs.c Move all 16-bit functions to an appropriate 16-bit file. 2005-09-25 15:17:10 +00:00
ole2thk.spec Comment out stub WEP entry points so that we can call WEP for builtin 2005-05-23 10:12:26 +00:00
ole16.c ole: Remove __CLSIDFromStringA. 2006-01-09 18:40:17 +01:00
ole32.spec Implement some user marshal functions and add tests. 2005-11-29 11:35:27 +01:00
ole32_main.c Move the Dll init function to compobj.c to avoid having global 2005-05-16 14:12:53 +00:00
ole32res.rc Made the Drag&Drop cursors' rubber band visible on a white background. 2005-11-29 11:23:49 +01:00
oleobj.c Fixed some compiler warnings on old gcc versions. 2006-03-02 18:03:32 +01:00
oleproxy.c Fix ref-counting rules to match native DCOM Dlls. 2005-09-18 11:10:37 +00:00
olestd.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
regsvr.c - Add registry entries for local-only OLE interfaces. 2005-06-13 10:01:43 +00:00
rpc.c ole: Use ncalrpc instead of ncacn_np as the RPC transport. 2006-03-31 17:38:43 +02:00
stg_bigblockfile.c ole: Remove a no longer needed smbfs hack. 2006-01-06 21:19:05 +01:00
stg_prop.c Fix some gcc 4.0 warnings. 2005-08-22 09:26:53 +00:00
stg_stream.c ole32: IPersistStream is also implemented by any object that implements IStream. 2006-05-05 21:51:52 +02:00
storage.c Improve c2man Documented-Total count. 2005-11-09 10:30:57 +00:00
storage.spec Fix .spec declarations for functinos with 64bit arguments (reported by 2005-09-26 09:56:40 +00:00
storage32.c ole32: Fix typos in StgCreateStorageEx and StgOpenStorageEx. 2006-05-05 21:51:43 +02:00
storage32.h ole32: Fix stream ref counting. 2006-02-21 11:18:05 +01:00
stubmanager.c ole: Change NORMALEXTREFS to 5, like it is in native. 2006-03-01 19:54:45 +01:00
usrmarshal.c ole32: Add documentation for the clip format user marshal functions. 2006-04-03 21:36:12 +02:00
version.rc Implement DllRegisterServer and DllUnregisterServer for ole32.dll, and 2003-03-28 19:33:04 +00:00