Nikolay Sivov
|
3a1146d8e6
|
propsys: Add InitPropVariantFromStringVector().
|
2023-01-26 22:05:13 +01:00 |
|
Biswapriyo Nath
|
0d294ad265
|
include: Add Stg functions declaration in propvarutil.h.
|
2022-11-22 18:27:31 +01:00 |
|
Mohamad Al-Jaf
|
bf0f1fdcf8
|
propsys: Implement VariantToStringWithDefault.
Signed-off-by: Mohamad Al-Jaf <mohamadaljaf@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-04-01 20:30:57 +02:00 |
|
Daniel Lehman
|
f2b8ccb7b0
|
propsys: Implement InitVariantFromFileTime.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-03-17 21:06:11 +01:00 |
|
Jacek Caban
|
7a797bf6c3
|
include: Declare NTSTATUS in propvarutils.h.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-07-19 12:26:18 +02:00 |
|
Jacek Caban
|
92a0405d9a
|
include: Fix C++ InitPropVariantFromGUIDAsBuffer implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-07-19 12:26:14 +02:00 |
|
Biswapriyo Nath
|
4f52e32205
|
include: Add some function declarations in propvarutil.h.
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-07-09 22:15:30 +02:00 |
|
Austin English
|
da998cb206
|
propvarutil.h: Add extern "C" if __cplusplus is defined.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46939
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-03 09:40:14 +02:00 |
|
Jactry Zeng
|
50a4c4642a
|
propsys: Partially implement PropVariantToBuffer().
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-07 17:57:28 +01:00 |
|
Jactry Zeng
|
e0a829db99
|
propsys: Implement PropVariantToString().
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-03-07 17:57:22 +01:00 |
|
Jactry Zeng
|
3fc1180623
|
propsys: Implement PropVariantToDouble().
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-02-14 19:53:25 +01:00 |
|
Nikolay Sivov
|
6fbf6c330b
|
propsys: Add InitPropVariantFromCLSID().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45347
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-09-17 15:41:59 +02:00 |
|
Fabian Maurer
|
8f1e4097bb
|
propsys: Add PropVariantToStringWithDefault and tests.
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-22 14:16:33 +01:00 |
|
Fabian Maurer
|
58ea6bddae
|
propsys: Added PropVariantToBoolean with some tests.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-09-22 15:05:25 +02:00 |
|
Alistair Leslie-Hughes
|
1807e5346f
|
propsys: Add semi-stub for PropVariantToStringAlloc.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-06 16:54:27 +09:00 |
|
Jacek Caban
|
9f781a06dc
|
propvarutil.h: Added InitPropVariantFromInt64 declaration and inline implementation.
|
2012-12-19 14:38:59 +01:00 |
|
Vincent Povirk
|
c66b5ac4c3
|
propsys: Implement prop variant integer conversions with tests.
|
2012-09-14 11:32:09 +02:00 |
|
Vincent Povirk
|
52d1db1908
|
propsys: Stub PropVariantCompareEx.
|
2012-09-14 11:31:57 +02:00 |
|
Francois Gouget
|
4ed257665c
|
include: Add missing include directives.
|
2011-12-16 10:21:00 +01:00 |
|
Piotr Caban
|
208de163af
|
propsys/tests: Added PropVariantToGUID tests.
|
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
|
9642778089
|
propsys/tests: Added InitVariantFromGUIDAsString tests.
|
2011-09-16 17:23:12 +02:00 |
|
Jacek Caban
|
d46081e67d
|
propvarutil.h: Fixed inline syntax.
|
2011-07-05 13:52:36 +02:00 |
|
Jacek Caban
|
ad2f8bdd5c
|
propvarutil.h: Added InitPropVariantFromBoolean and InitPropVariantFromString implementations.
|
2011-07-01 17:30:55 +02:00 |
|
James Hawkins
|
47120f5003
|
propsys: Add an initial implementation of PropVariantChangeType.
|
2008-02-27 14:52:26 +01:00 |
|