ICommandImpl::m_bCancel
Indicates whether the command is canceled.
unsigned m_bCancel:1;
설명
You can retrieve this variable in the Execute method of your command class and cancel as appropriate.
요구 사항
Header: atldb.h
Indicates whether the command is canceled.
unsigned m_bCancel:1;
You can retrieve this variable in the Execute method of your command class and cancel as appropriate.
Header: atldb.h