Nikolay Sivov
|
a7b848f32e
|
propsys: Use E_NOT_SUFFICIENT_BUFFER definition.
|
2014-10-08 13:13:36 +02:00 |
Nikolay Sivov
|
47de869fda
|
propsys: Forward corresponding methods to exports.
|
2014-06-11 13:03:25 +02:00 |
Nikolay Sivov
|
d897b32598
|
propsys: Implement PSGetPropertySystem().
|
2014-06-11 13:03:17 +02:00 |
Frédéric Delanoy
|
5380596379
|
propsys/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-02-12 19:15:07 +01:00 |
Frédéric Delanoy
|
7533040cfc
|
propsys: Use BOOL type where appropriate.
|
2014-02-11 19:19:13 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Alexandre Julliard
|
d08ff3ff19
|
makefiles: Use a single variable for all types of idl files.
|
2013-12-31 18:15:17 +01:00 |
André Hentschel
|
e8ac5892e8
|
propsys: Add stub for PSGetPropertyDescriptionListFromString.
|
2013-12-02 10:57:28 +01:00 |
Frédéric Delanoy
|
bb9d1986a9
|
propsys: Use BOOL type where appropriate.
|
2013-11-21 13:36:18 +01:00 |
Frédéric Delanoy
|
d51e50cbaf
|
propsys/tests: Use BOOL type where appropriate.
|
2013-11-21 13:36:12 +01:00 |
Alexandre Julliard
|
c7803b885b
|
makefiles: Add makedep pragmas for registration idl files.
|
2013-11-05 20:38:18 +01:00 |
Frédéric Delanoy
|
0ab0384047
|
propsys: Use BOOL type where appropriate.
|
2013-10-02 11:06:28 +02:00 |
Alexandre Julliard
|
f02cdd877f
|
Remove empty DLL_PROCESS_DETACH case statements.
|
2013-04-15 16:45:35 +02:00 |
Marcus Meissner
|
1104678b40
|
propsys: PropVariantClear does not clear on uninitialized values (Coverity).
|
2012-09-17 12:05:30 +02:00 |
Vincent Povirk
|
60dae84bc6
|
propsys: Use integer conversion functions in PropVariantCompareEx.
|
2012-09-14 11:32:12 +02:00 |
Vincent Povirk
|
c66b5ac4c3
|
propsys: Implement prop variant integer conversions with tests.
|
2012-09-14 11:32:09 +02:00 |
Vincent Povirk
|
6d52262e56
|
propsys: Add basic implementation of PropVariantCompareEx.
|
2012-09-14 11:32:05 +02:00 |
Vincent Povirk
|
8191af07d8
|
propsys: Add tests for PropVariantCompareEx.
|
2012-09-14 11:32:01 +02:00 |
Vincent Povirk
|
52d1db1908
|
propsys: Stub PropVariantCompareEx.
|
2012-09-14 11:31:57 +02:00 |
Vincent Povirk
|
0537454eae
|
propsys: Fix memory leak in IPropertyStore::SetValue.
|
2012-08-28 10:01:09 +02:00 |
Vincent Povirk
|
6fe6a43a6c
|
propsys: Add test for saving/loading an empty property store.
|
2012-05-29 19:14:41 +02:00 |
Vincent Povirk
|
91e95e125e
|
propsys: Implement IPropertyStoreCache::SetValueAndState.
|
2012-05-24 21:30:48 +02:00 |
Vincent Povirk
|
f833061e50
|
propsys: Implement IPropertyStoreCache::SetState.
|
2012-05-24 21:30:40 +02:00 |
Vincent Povirk
|
c3748c7daa
|
propsys: Implement IPropertyStoreCache::GetValueAndState.
|
2012-05-24 21:30:33 +02:00 |
Vincent Povirk
|
a28183f390
|
propsys: Implement IPropertyStoreCache::GetState.
|
2012-05-24 21:30:24 +02:00 |
Vincent Povirk
|
0ba11e8970
|
propsys: Implement IPropertyStore::GetAt.
|
2012-05-24 21:30:14 +02:00 |
Vincent Povirk
|
d2d225f6a5
|
propsys: Implement IPropertyStore::GetCount.
|
2012-05-23 18:25:13 +02:00 |
Vincent Povirk
|
51ab813948
|
propsys: Implement IPropertyStore::SetValue and GetValue.
|
2012-05-23 18:25:12 +02:00 |
Vincent Povirk
|
d8fcf75d04
|
propsys: Add stub InMemoryPropertyStore implementation.
|
2012-05-23 18:25:12 +02:00 |
Vincent Povirk
|
f37bbdc159
|
propsys: Register CLSID_InMemoryPropertyStore.
|
2012-05-23 18:25:11 +02:00 |
Vincent Povirk
|
0e8b9b1211
|
propsys: Add tests for CLSID_InMemoryPropertyStore.
|
2012-05-23 18:25:11 +02:00 |
Piotr Caban
|
208de163af
|
propsys/tests: Added PropVariantToGUID tests.
|
2011-09-19 17:56:06 +02:00 |
Piotr Caban
|
4646ed19ae
|
propsys: Added partial PropVariantToGUID implementation.
|
2011-09-19 17:56:06 +02:00 |
Piotr Caban
|
4a740c8a80
|
propsys/tests: Added InitVariantFromBuffer tests.
|
2011-09-16 17:23:12 +02:00 |
Piotr Caban
|
f8dd85f246
|
propsys: Added InitVariantFromBuffer implementation.
|
2011-09-16 17:23:12 +02:00 |
Piotr Caban
|
9642778089
|
propsys/tests: Added InitVariantFromGUIDAsString tests.
|
2011-09-16 17:23:12 +02:00 |
Piotr Caban
|
27ac89acbc
|
propsys: Added InitVariantFromGUIDAsString implementation.
|
2011-09-16 17:23:12 +02:00 |
Andrew Nguyen
|
78110088d4
|
propsys: Add a PSRefreshPropertySchema stub.
|
2011-02-16 14:26:26 +01:00 |
Hans Leidekker
|
01176ce7db
|
propsys: Add a stub implementation of PSGetPropertyDescription.
|
2010-09-27 14:10:45 +02: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 |
Andrew Nguyen
|
4c7f9efd16
|
propsys: Fix comma processing in PSPropertyKeyFromString.
|
2010-07-28 16:28:19 +02:00 |
Andrew Nguyen
|
be5fdcd242
|
propsys/tests: Add tests for PSPropertyKeyFromString.
|
2010-07-26 18:38:30 +02:00 |
Andrew Nguyen
|
9d85d46a1a
|
propsys: Implement PSPropertyKeyFromString.
|
2010-07-26 18:38:30 +02:00 |
Andrew Nguyen
|
c20908bf56
|
propsys/tests: Add tests for PSStringFromPropertyKey.
|
2010-07-26 18:38:30 +02:00 |
Andrew Nguyen
|
c50177b1c1
|
propsys: Implement PSStringFromPropertyKey.
|
2010-07-26 18:38:30 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
André Hentschel
|
1643697365
|
propsys: Mention that the functions are stubs.
|
2010-06-15 18:29:07 +02:00 |
Hans Leidekker
|
e7d8fd126b
|
propsys: Return success from PSRegisterPropertySchema.
|
2010-06-14 14:41:39 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |