[EVENTVWR]
authorThomas Faber <thomas.faber@reactos.org>
Sat, 30 Aug 2014 07:01:47 +0000 (07:01 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 30 Aug 2014 07:01:47 +0000 (07:01 +0000)
commiteb337522505771f0e81a5860418c609488931d49
treef7d670daa2b59a3d48618b306fe4b783dcc8f7cb
parentb091e6525323c4002d295abbef6e0b7453578383
[EVENTVWR]
- Use strsafe functions
- Don't cast malloc
- PSTR/PWSTR typedefs are for null-terminated strings, which output buffers aren't
- "dwData" implies the value is data, not the size of data. Also, cbData is specified in bytes (hence "cb")
- Avoid pointless use of HEAP_ZERO_MEMORY

svn path=/trunk/; revision=63980
reactos/base/applications/mscutils/eventvwr/eventvwr.c