DShellWindowsEvents.WindowRevoked Method
Invoked when a shell window's registration is revoked.
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.WindowRevoked(lCookie)
Syntax
'Declaration
<DispIdAttribute(201)> _
Sub WindowRevoked ( _
<InAttribute> lCookie As Integer _
)
[DispIdAttribute(201)]
void WindowRevoked (
[InAttribute] int lCookie
)
[DispIdAttribute(201)]
void WindowRevoked (
[InAttribute] int lCookie
)
/** @attribute DispIdAttribute(201) */
void WindowRevoked (
/** @attribute InAttribute() */ int lCookie
)
DispIdAttribute(201)
function WindowRevoked (
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.