ICommandImpl::m_bCancel
Indicates whether the command is canceled.
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
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
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