]> xenbits.xensource.com Git - pvdrivers/win/xenvif.git/commit
Infer REG_SZ or REG_MULTI_SZ type in RegistryUpdateSzValue()
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 7 Jul 2015 14:03:12 +0000 (15:03 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 8 Jul 2015 12:20:46 +0000 (13:20 +0100)
commitd8c97cbc95ab38fb7eb9932a32ec8c21c769fdd7
treef79bdb1123b54b4f849cfb1d962bb24ea7b6a0a0
parentb887db91fe75ae8a5a97db1d04005f05088043d5
Infer REG_SZ or REG_MULTI_SZ type in RegistryUpdateSzValue()

The argument is a pointer to an array of ANSI_STRINGs in both cases so the
type can easily be inferred from the length of the array.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xenvif/registry.c
src/xenvif/registry.h