Re: Supercharge your peek_string()
- Posted by Mike Nelson <MichaelANelson at WORLDNET.ATT.NET> Apr 29, 2001
- 420 views
Matt is refering to the BSTR string type which is used in Visual Basic--it has the string length as a 4-byte integer prefixed to the string itself and NO terminating 0. VB uses these exclusively in its internal operations and has functions to convert to or from zero-terminated strings for interacting with the Windows API. -- Mike Nelson, VB programmer (for cash), Eu programmer (for love)