다음을 통해 공유


ShellWindowTypeConstants 열거형(exdisp.h)

Shell 창의 형식을 지정합니다.

Syntax

typedef enum ShellWindowTypeConstants {
  SWC_EXPLORER = 0,
  SWC_BROWSER = 0x1,
  SWC_3RDPARTY = 0x2,
  SWC_CALLBACK = 0x4,
  SWC_DESKTOP = 0x8
} ;

상수

 
SWC_EXPLORER
값: 0
Windows Explorer(Explorer.exe) 창입니다.
SWC_BROWSER
값: 0x1
인터넷 Explorer(Iexplore.exe) 브라우저 창.
SWC_3RDPARTY
값: 0x2
Microsoft가 아닌 브라우저 창입니다.
SWC_CALLBACK
값: 0x4
만들기 콜백 창입니다.
SWC_DESKTOP
값: 0x8
Windows Vista 이상. Windows 데스크톱.

요구 사항

   
머리글 exdisp.h

추가 정보

IBrowserService::RegisterWindow

IShellWindows

IShellWindows::FindWindowSW

IShellWindows::Register

IShellWindows::RegisterPending