How does one go about using bstrcmp(const BSTR, const BSTR)
which .h files does one need to include to use bstrcmp() ?
Have already included comdef.h but does not resolve it in that ...
Printable View
How does one go about using bstrcmp(const BSTR, const BSTR)
which .h files does one need to include to use bstrcmp() ?
Have already included comdef.h but does not resolve it in that ...
Used a wcscmp(). It does have the risk of not being able to handle embedded NULLs but I could live with that.