| String type | Value | 
| Comparison: | int lstrncmp(const char *sz1, const char *sz2, int cChars); int lstrncmpi(const char *sz1, const char *sz2, int cChars); | 
| Allocation: | char *stralloc(const char *sz); char *stralloc(const BSTR bstr); char *stralloc(const WCHAR *wsz); | 
Comments
Frees memory allocated with stralloc using CoTaskMemFree.