StrStrI函数

来源:互联网 发布:网络人头像 编辑:程序博客网 时间:2024/06/14 17:51

StrStrI function

  • Finds the first occurrence of a substring within a string. The comparison is not case-sensitive.

  • 查找子字符串的第一个出现在字符串。比较时可以忽略大小写。

// Syntax C++

PTSTR StrStrI(  _In_ PTSTR  pszFirst,  _In_ PCTSTR pszSrch);

这里写图片描述

0 0
原创粉丝点击