DShellWindowsEvents.WindowRegistered method

Called when a window is registered as a Shell window.

Syntax

DShellWindowsEvents.WindowRegistered(
  lCookie
)

Parameters

lCookie [in]

Type: Integer

The cookie that identifies the window that was registered.

Return value

This method does not return a value.

Remarks

A window is granted a cookie when it is registered as a Shell window. For more information, see Register.

Requirements

Requirement Value
Product
Internet Explorer 5
DLL
Shdocvw.dll (version 5.00.2014.0216 or later)

See also

DShellWindowsEvents

WindowRevoked

Register

RegisterPending