DShellWindowsEvents.WindowRegistered Method

Invoked when a window is registered as a shell window.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As DShellWindowsEvents
Dim lCookie As Integer

instance.WindowRegistered(lCookie)

Syntax

'Declaration
<DispIdAttribute(200)> _
Sub WindowRegistered ( _
    <InAttribute> lCookie As Integer _
)
[DispIdAttribute(200)] 
void WindowRegistered (
    [InAttribute] int lCookie
)
[DispIdAttribute(200)] 
void WindowRegistered (
    [InAttribute] int lCookie
)
/** @attribute DispIdAttribute(200) */ 
void WindowRegistered (
    /** @attribute InAttribute() */ int lCookie
)
DispIdAttribute(200) 
function WindowRegistered (
    lCookie : int
)

Parameters

  • lCookie
    Specifies the cookie.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DShellWindowsEvents Interface
DShellWindowsEvents Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.