Sweden-Number/dlls/ole32
Robert Shearman f42d61df0d ole32: Move some functions out of compobj.c that don't belong there and update the copyright statement. 2006-08-16 16:42:32 +02:00
..
tests ole32: Add some more tests for failure cases of Co* functions and make builtin ole32 pass them. 2006-08-16 16:42:01 +02:00
.gitignore .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Makefile.in ole32: Add a framework for implementing IEnum* interfaces. 2006-07-12 13:18:17 +02:00
antimoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
bindctx.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
classmoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
clipboard.c ole32: Small cleanups. 2006-07-12 19:29:14 +02:00
compobj.c ole32: Move some functions out of compobj.c that don't belong there and update the copyright statement. 2006-08-16 16:42:32 +02:00
compobj.spec Added CoCreateInstance16, CoGetClassObject16, OleLoad16 stubs. 2005-08-15 09:46:51 +00:00
compobj_private.h ole32: Fix CoLockObjectExternal to respect fLastUnlockReleases. 2006-08-03 22:23:13 +02:00
compositemoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
datacache.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dcom.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
defaulthandler.c ole32: Add a check for NULL This->dataAdviseHolder in DefaultHandler_Stop. 2006-08-09 20:40:17 +02:00
dictionary.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dictionary.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
enumx.c ole32: Add a framework for implementing IEnum* interfaces. 2006-07-12 13:18:17 +02:00
enumx.h ole32: Add a framework for implementing IEnum* interfaces. 2006-07-12 13:18:17 +02:00
errorinfo.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
filemoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
ftmarshal.c ole32: Document CoCreateFreeThreadedMarshaler. 2006-06-19 10:28:26 +02:00
git.c ole32: Make some functions and variables static. 2006-08-02 13:31:26 +02:00
hglobalstream.c ole32: Always set pcbWritten when writing a stream. 2006-08-14 11:46:41 +02:00
ifs.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ifs.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
itemmoniker.c ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
marshal.c ole32: Fix CoLockObjectExternal to respect fLastUnlockReleases. 2006-08-03 22:23:13 +02:00
memlockbytes.c ole32: Make the virtual table functions static where possible. 2006-06-10 11:59:15 +02:00
memlockbytes16.c ole32: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:34:59 +02:00
moniker.c ole32: When comparing monikers use the abData field of MInterfacePointer 2006-08-09 20:39:51 +02:00
moniker.h ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs. 2006-06-09 21:09:49 +02:00
ole2.c ole32: Move some functions out of compobj.c that don't belong there and update the copyright statement. 2006-08-16 16:42:32 +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 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ole2conv.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
ole2impl.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ole2nls.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02: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 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02: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 ole32: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:34:59 +02:00
ole32.spec ole32: Implement OleNoteObjectVisible as described by MSDN. 2006-07-31 21:25:38 +02:00
ole32_main.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ole32res.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
oleobj.c ole32: Zero stg in case ADVF_NODATA is specified. 2006-08-09 20:39:37 +02:00
oleproxy.c ole32: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:11:15 +02:00
olestd.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
regsvr.c ole32: Register the CLSID_Picture_Metafile and CLSID_Picture_Dib ProgIDs. 2006-08-09 20:37:44 +02:00
rpc.c ole32: Free the buffer allocated in local_server_thread (found by Smatch). 2006-07-17 13:43:44 +02:00
stg_bigblockfile.c ole32: Ensure that a returned free block is valid in storage. 2006-08-03 22:23:27 +02:00
stg_prop.c ole32: Use PropVariantInit instead of memset. 2006-08-14 20:17:10 +02:00
stg_stream.c ole32: Add some missing traces. 2006-07-29 11:55:43 +02:00
storage.c ole32: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:34:59 +02:00
storage.spec Fix .spec declarations for functinos with 64bit arguments (reported by 2005-09-26 09:56:40 +00:00
storage32.c ole32: Move some functions out of compobj.c that don't belong there and update the copyright statement. 2006-08-16 16:42:32 +02:00
storage32.h ole32: Ensure that a returned free block is valid in storage. 2006-08-03 22:23:27 +02:00
stubmanager.c ole32: Fix CoLockObjectExternal to respect fLastUnlockReleases. 2006-08-03 22:23:13 +02:00
usrmarshal.c Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
version.rc Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00