Share via


ICommandImpl::m_bCancel

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at ICommandImpl::m_bCancel.

Indicates whether the command is canceled.

Syntax

  
unsigned m_bCancel:1;  
  

Remarks

You can retrieve this variable in the Execute method of your command class and cancel as appropriate.

Requirements

Header: atldb.h

See Also

ICommandImpl Class
ICommandImpl::m_bCancelWhenExecuting