TEXTCHAR *writable_string = StrDup( WIDE( "look in this string" ) );
TEXTCHAR *found = StrStr( writable_string, WIDE( "in" ) );
// returns a pointer to 'in' in the writable string, which can then be modified.
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.