Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Bookoo

    BSTR <-> char* conversion(s) (implemented as C++ class)

    BSTR AnsiToBSTR( LPTSTR pchData )<br>{<br>&nbsp;&nbsp;&nbsp;// Helper function derived from source of CString::AllocSysString()<br>&nbsp;&nbsp;&nbsp;BSTR bstr = NULL;<br>#if defined(_UNICODE) ¦¦ defined(OLE2ANSI)<br>&nbsp;&nbsp;&nbsp;bstr = ::SysAllocStringLen(pchData, wcslen( pchData )...

Part and Inventory Search

Back
Top