This document is archived and information here might be outdated. Recommended version. |
Removes messages associated with the window.
[Visual Basic .NET]
Public Sub Remove ( _
ByVal hWnd As Integer, _
ByVal bSingle As Boolean, _
[ByRef pbCancelled As Object] _
)
[C#]
public void Remove (
int hWnd,
bool bSingle,
ref object pbCancelled
);
[C++]
HRESULT Remove(
OLE_HANDLE hWnd,
VARIANT_BOOL bSingle,
Variant* pbCancelled
);
[C++] Parameters hWnd [in]
hWnd is a parameter of type OLE_HANDLE bSingle [in]
bSingle is a parameter of type bool pbCancelled [out, optional]
pbCancelled is a parameter of type VARIANT*