mirror of
https://github.com/reactos/reactos.git
synced 2025-05-14 23:03:53 +00:00
[PSDK] Update propvarutil.h. CORE-11866
svn path=/trunk/; revision=72300
This commit is contained in:
parent
0f820f751c
commit
9b71c6be30
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ HRESULT WINAPI PropVariantToUInt16(REFPROPVARIANT propvarIn, USHORT *ret);
|
|||
HRESULT WINAPI PropVariantToUInt32(REFPROPVARIANT propvarIn, ULONG *ret);
|
||||
HRESULT WINAPI PropVariantToUInt64(REFPROPVARIANT propvarIn, ULONGLONG *ret);
|
||||
|
||||
HRESULT WINAPI PropVariantToStringAlloc(REFPROPVARIANT propvarIn, WCHAR **ret);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
HRESULT InitPropVariantFromBoolean(BOOL fVal, PROPVARIANT *ppropvar);
|
||||
|
|
Loading…
Reference in a new issue