Commit Graph

66 Commits

Author SHA1 Message Date
Nikolay Sivov 39bee356ee msdaps: Use proper method macro. 2012-08-24 11:32:07 +02:00
Marcus Meissner 22d7af02e6 msdaps: Mark create_* functions as hidden. 2011-10-03 15:51:13 -05:00
Francois Gouget ed3c9a1eca Assorted spelling fixes. 2011-08-03 14:15:48 +02:00
Alexandre Julliard 9a5141b325 msdaps: Specify the PSFactoryBuffer class in the idl files. 2011-08-01 17:20:40 +02:00
Michael Stefaniuc 5c40a8a9ac msdaps: COM cleanup for the IClassFactory iface. 2011-01-07 10:22:27 +01:00
Greg Geldorp f8e71a346c oledb32: Use correct 32/64-bit typedefs.
Paul Vriens did the hard stuff of figuring out that the typedefs in
oledb.idl were not correct.
2010-12-31 12:15:55 +01:00
Alexandre Julliard c57519cf4c msdaps: Convert dll registration to the IRegistrar mechanism. 2010-12-02 13:22:03 +01:00
Alexandre Julliard 624ca877f1 msdaps: Remove the redundant IRowset interface. 2010-11-29 13:28:23 +01:00
Michael Stefaniuc f27209eb58 msdaps: Standardize the COM usage in row_server.c. 2010-11-29 13:28:22 +01:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Francois Gouget 1aa51f56d7 msdaps: Make create_rowset_proxy() static. 2010-08-24 15:22:35 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Francois Gouget 3428b94a8d Assorted spelling and case fixes. 2010-03-22 10:49:13 +01:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Huw Davies 1e9e76e056 msdaps: Implement IDBAsynchNotify_OnProgress and OnStop proxies and stubs. 2010-02-08 17:14:44 +01:00
Huw Davies 559a7c8fc0 msdaps: Add support for remoting IRowChange_SetColumns. 2010-02-08 17:14:44 +01:00
Huw Davies d3f81a95df msdaps: Add support for remoting IRow_Open. 2010-02-05 13:14:46 +01:00
Huw Davies 06abf0006c msdaps: Make use of the row server in ICommand_Execute. 2010-02-05 13:14:46 +01:00
Huw Davies 82d35b0bf2 msdaps: Make use of the row server in IBindResource_Bind. 2010-02-05 13:14:46 +01:00
Huw Davies 0ea0079abf msdaps: Add support for remoting IRowsetLocate_GetRowsAt. 2010-02-05 13:14:46 +01:00
Huw Davies 8c5f4f0822 msdaps: Add support for remoting IRowset_GetData. 2010-02-05 13:14:46 +01:00
Huw Davies a437cc25d4 msdaps: Add support for remoting IRowsetInfo_GetProperties. 2010-02-05 13:14:46 +01:00
Huw Davies ef32e8615c msdaps: Add support for remoting IAccessor_GetBindings. 2010-02-05 13:14:46 +01:00
Huw Davies 5a407112da msdaps: Add support for remoting IAccessor_ReleaseAccessor. 2010-02-05 13:14:46 +01:00
Huw Davies 95c9417e0a msdaps: Add support for remoting IAccessor_CreateAccessor. 2010-02-05 13:14:46 +01:00
Huw Davies 7cbf164fe3 msdaps: Expose IRowsetLocate, IRowsetInfo and IAccessor on the client side. 2010-02-04 14:06:35 +01:00
Huw Davies 7deb07cf2f msdaps: Add server side stubs for IAccessor. 2010-02-04 14:06:35 +01:00
Huw Davies 59c2caa6f4 msdaps: Add server side stubs for IRowsetInfo. 2010-02-04 14:06:35 +01:00
Huw Davies 923805b576 msdaps: Add server side stubs for IRowsetLocate. 2010-02-04 14:06:35 +01:00
Huw Davies e44206d102 msdaps: Add support for remoting IRowset_ReleaseRows. 2010-02-04 14:06:35 +01:00
Huw Davies 93ea2e00de msdaps: Add support for remoting IRowset_GetNextRows. 2010-02-04 14:06:35 +01:00
Huw Davies a7001bda12 msdaps: Add support for remoting IRowset_AddRefRows. 2010-02-04 14:06:35 +01:00
Huw Davies b2769db655 msdaps: Add server side stubs for IRowChange and IRowset. Expose IRowChange on the client side. 2010-02-04 14:06:35 +01:00
Huw Davies 3d2464b840 msdaps: Make use of the row server in ICreateRow_CreateRow. 2010-02-03 14:15:41 +01:00
Huw Davies 83eb779288 msdaps: Add support for remoting IRow_GetColumns. 2010-02-03 14:15:32 +01:00
Huw Davies 92c8861841 msdaps: Add a stub rowset proxy object. 2010-02-03 14:14:37 +01:00
Huw Davies 53ecb95346 msdaps: Add a stub row proxy object. 2010-02-03 14:14:33 +01:00
Huw Davies 3cd0fde34a msdaps: Implement the marshalling object. 2010-02-03 14:14:28 +01:00
Huw Davies d1dfdd72cf msdaps: Add a stub server object. 2010-02-03 14:14:23 +01:00
Huw Davies 39710f8806 msdaps: Add a stub marshaller object. 2010-02-03 14:14:13 +01:00
Huw Davies ff70923fec msdaps: Register the row and rowset proxy and server classes. 2010-01-22 12:23:14 +01:00
Huw Davies de6f38108a msdaps: Add stub class factories for the row and rowset servers and proxies. 2010-01-22 12:23:06 +01:00
Huw Davies 0d519bdfd7 msdaps: Switch to using an entry prefix for the auto-generated dlldata routines. 2010-01-22 12:22:29 +01:00
Rob Shearman 36dae82a68 msdaps: Clear *pcPropertySets value in IDBProperties_GetProperties_Stub to fix a test. 2009-11-16 17:16:06 +01:00
Huw Davies b03b1443b2 include: Add asysta.idl. 2009-11-12 17:06:08 +01:00
Huw Davies cf8c3eca41 include: Add asynot.idl. 2009-11-11 11:59:26 +01:00
Rob Shearman da4f7a5dc1 msdaps: Implement IDBProperties_GetProperties_Proxy and IDBProperties_GetProperties_Stub. 2009-11-09 20:24:28 +01:00
Huw Davies 021eaadea3 msdaps: Implement IRowsetInfo_GetProperties proxy and stub. 2009-10-27 13:44:13 +01:00
Huw Davies 64dc7306d8 include: Add rstinf.idl. 2009-10-27 13:44:09 +01:00
Huw Davies d52a9cdd44 msdaps: Implement SetCommandText proxy and stub. 2009-10-27 13:43:57 +01:00