This document is archived and information here might be outdated. Recommended version. |
Indicates if a cancel action has been conducted.
[Visual Basic .NET]
Public Function get_Cancelled ( _
ByVal hWnd As Integer _
) As Boolean
[C#]
public bool get_Cancelled (
int hWnd
);
[C++]
HRESULT get_Cancelled(
OLE_HANDLE hWnd,
Boolean* pbCancelled
);
[C++] Parameters hWnd [in]
hWnd is a parameter of type OLE_HANDLE pbCancelled [out, retval]
pbCancelled is a parameter of type bool*