ControlCloseStatus 열거형
컨트롤을 포함하는 애플리케이션이 컨트롤을 즉시 닫을 수 있는지 여부를 나타냅니다.
Syntax
enum ControlCloseStatus {
controlCloseCanProceed = 0x0000,
controlCloseWaitForEvents = 0x0001
};
상수
-
controlCloseCanProceed
-
컨테이너는 즉시 닫을 수 있습니다. 컨트롤이 연결되지 않은 경우 이 문제가 발생할 수 있습니다.
-
controlCloseWaitForEvents
-
컨테이너는 IMsTscAxEvents::OnDisconnected 또는 IMsTscAxEvents::OnConfirmClose 이벤트를 기다려야 합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows 8.1 |
지원되는 최소 서버 |
Windows Server 2012 R2 |
유형 라이브러리 |
|