Converts C# string array to an array of zero terminated C strings.
Namespace:
CardWerk.SmartCard.Util
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
This is a helper method for using multi-zero-terminated C-strings. SCardListReaders uses
this buffer structure for its mszGroups string parameter. This concatenate all given
strings, separated by zero-byte characters. The string must ultimately be terminated by
two zero-byte characters. One to indicate the end of a string. The second to indicate the
end of the string array.