Re: [RESOLVED] Which Registry Value Types to Trim Null From
We've exchanged a few PM's about this, so I decided to create a little project to demo various aspects of writing/reading SZ and MULTI_SZ values.
1) How to differentiate "(Default) value not set" from an empty "(Default)" value (where the value name has been initialised) and from a "(Default)" value that contains nulls.
2) Writing, and in particular, reading REG_MULTI_SZ values correctly.