Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ISafeString::bstribstr ( const P6BCSTR pbcsSearchIn,
P6BCSTR const *  pbcsSearchFor,
P6BCSTR pbcsFound 
)
pure virtual

Returns a P6BCSTR pointing to the first occurance of pbcsSearchFor in pbcsSearchIn (case insensitive).

Parameters
pbcsSearchIn[ in ] A pointer to the P6BCSTR to scan.
pbcsSearchFor[ in ] A pointer to the P6BCTR containing the sequence of bytes to match.
pbcsFound[ out ] The address of a P6BCSTR which will be updated to point at the first occurance of pbcsSearchFor in pbcsSearchIn.
Returns