DeleteBoundaryDescriptor 함수(namespaceapi.h)
지정된 경계 설명자를 삭제합니다.
구문
void DeleteBoundaryDescriptor(
[in] HANDLE BoundaryDescriptor
);
매개 변수
[in] BoundaryDescriptor
경계 설명자에 대한 핸들입니다. CreateBoundaryDescriptor 함수는 이 핸들을 반환합니다.
반환 값
없음
설명
이 함수를 사용하는 애플리케이션을 컴파일하려면 _WIN32_WINNT 0x0600 이상으로 정의합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | namespaceapi.h(Windows 7의 Windows.h 포함, Windows Server 2008 Windows Server 2008 R2) |
라이브러리 | Kernel32.lib |
DLL | Kernel32.dll |