mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:01:48 +00:00
[PSDK] Update propidl.idl. CORE-13762
svn path=/trunk/; revision=75952
This commit is contained in:
parent
93c3651871
commit
9cbeb9ed81
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ interface IPropertyStorage : IUnknown
|
|||
[case(VT_BSTR_BLOB)] BSTRBLOB bstrblobVal;
|
||||
[case(VT_LPSTR)] LPSTR pszVal;
|
||||
[case(VT_LPWSTR)] LPWSTR pwszVal;
|
||||
[case(VT_UNKNOWN)] IUnknown *punkVal;
|
||||
[case(VT_DISPATCH)] IDispatch *pdispVal;
|
||||
[case(VT_UI1|VT_VECTOR)] CAUB caub;
|
||||
[case(VT_I2|VT_VECTOR)] CAI cai;
|
||||
[case(VT_UI2|VT_VECTOR)] CAUI caui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue