Share via


_free_locale

로캘 개체를 해제합니다.

void _free_locale(
   _locale_t locale
);

매개 변수

  • locale
    로캘 개체를 확보 하기입니다.

설명

_free_locale 함수에 대 한 호출에서 가져온 로캘 개체를 해제 하는 데 사용 됩니다 _get_current_locale 또는 _create_locale.

이 함수의 이전 이름 __free_locale (두 가지 선행 밑줄이 지정) 사용 되지 않습니다.

요구 사항

Routine

필수 헤더

_free_locale

<locale.h>

더 많은 호환성 정보를 참조 하십시오. 호환성 소개에서 합니다.

해당 .NET Framework 항목

해당 사항이 없습니다.

참고 항목

참조

_get_current_locale

_create_locale, _wcreate_locale