Expand Minimize
This topic has not yet been rated - Rate this topic

ShellWindowTypeConstants enumeration

Specifies types of Shell windows.

Syntax


typedef enum  { 
  SWC_EXPLORER  = 0x0,
  SWC_BROWSER   = 0x00000001,
  SWC_3RDPARTY  = 0x00000002,
  SWC_CALLBACK  = 0x00000004,
  SWC_DESKTOP   = 0x00000008
} ShellWindowTypeConstants;

Constants

SWC_EXPLORER

An Windows Explorer (Explorer.exe) window.

SWC_BROWSER

An Internet Explorer (Iexplore.exe) browser window.

SWC_3RDPARTY

A non-Microsoft browser window.

SWC_CALLBACK

A creation callback window.

SWC_DESKTOP

Windows Vista and later. The Windows desktop.

Requirements

Product

Internet Explorer 5

Header

Exdisp.h

IDL

Exdisp.idl

See also

IShellWindows
IShellWindows::Register
IShellWindows::RegisterPending
IShellWindows::FindWindowSW
IBrowserService::RegisterWindow

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.