다음을 통해 공유


CStringData::Release

문자열 데이터 개체의 참조 횟수를 감소 시킵니다.

void Release( ) throw( );

설명

참조 횟수를 감소 하기 위해이 함수 호출 해제는 CStringData 구조체의 참조 횟수가 0에 도달 하면.String 개체는 삭제 되 고 따라서 더 이상 문자열 데이터 개체를 참조 해야 하는 경우 일반적으로 수행 됩니다.

예를 들어, 다음 코드를 호출 하는 것 CStringData::Release 문자열 데이터 개체와 연관 된 str1.

{
   CString str1 = _T("Hello world");  // Allocates new CStringData
}
// str1 is deleted when it goes out of scope, so it releases its string data   

요구 사항

헤더: atlsimpstr.h

참고 항목

참조

CStringData 클래스