DWebBrowserEvents2.UpdatePageStatus Method
Not implemented
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As DWebBrowserEvents2
Dim pDisp As Object
Dim nPage As Object
Dim fDone As Object
instance.UpdatePageStatus(pDisp, nPage, fDone)
Syntax
'Declaration
<DispIdAttribute(227)> _
Sub UpdatePageStatus ( _
<InAttribute> pDisp As Object, _
<InAttribute> ByRef nPage As Object, _
<InAttribute> ByRef fDone As Object _
)
[DispIdAttribute(227)]
void UpdatePageStatus (
[InAttribute] Object pDisp,
[InAttribute] ref Object nPage,
[InAttribute] ref Object fDone
)
[DispIdAttribute(227)]
void UpdatePageStatus (
[InAttribute] Object^ pDisp,
[InAttribute] Object^% nPage,
[InAttribute] Object^% fDone
)
/** @attribute DispIdAttribute(227) */
void UpdatePageStatus (
/** @attribute InAttribute() */ Object pDisp,
/** @attribute InAttribute() */ /** @ref */ Object nPage,
/** @attribute InAttribute() */ /** @ref */ Object fDone
)
Parameters
- pDisp
- nPage
- fDone
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
DWebBrowserEvents2 Interface
DWebBrowserEvents2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.