MFC

FindString, FindStringExact

룰루릴리 2013. 5. 14. 09:23


int FindString(int nStartAfter, LPCTSTR lpszString) const; //두번째 인자로 받은 문자열과 앞부분이 같은면 인덱스 반환


int FindStringExact(int nIndexStart, LPCTSTR lpszFind) const; //두번째 인자로 받은 문자열과 완전히 같은때만 인덱스 반환