If MsiGetProperty(A/W) is called with a NULL for the value buffer but
commit639048b99ace65d715af6a47454466e89c5b5faa
authorAric Stewart <aric@codeweavers.com>
Mon, 11 Jul 2005 14:22:13 +0000 (11 14:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 11 Jul 2005 14:22:13 +0000 (11 14:22 +0000)
tree7c340c6b213956c2ca344bcff984797062ba7bf7
parentf58eed36ffabd530ccafee08dbdc18b1f235a172
If MsiGetProperty(A/W) is called with a NULL for the value buffer but
a value in the size for the value buffer, then Msi fills in the size
of the value into the pointer for size.  This is tested and confirmed
with native MSI.
dlls/msi/package.c