Re: oledb32: Add IDataSourceLocator support (try 4)
21 Aug
2013
21 Aug
'13
12:24 a.m.
On 8/21/2013 09:15, Alistair Leslie-Hughes wrote:
Hi, Use helper functions for memory
Changelog: oledb32: Add IDataSourceLocator support
Best Regards Alistair Leslie-Hughes It looks okay, but I suggest to fix a naming:
+typedef struct DataSourceImpl +{ + IDataSourceLocator IDataSourceLocator_iface; + LONG ref; + +} DataSourceImpl; +static HRESULT WINAPI datasource_QueryInterface(IDataSourceLocator *iface, REFIID riid, void **ppvoid) etc.
IDataSource is another interface, and it's confusing to name locator after it - dslocator_* naming used in CF is short enough and descriptive to use it everywhere.
4586
Age (days ago)
4586
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov