IDTSComponentEvents100.FireQueryCancel(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises an event to determine whether an executable should stop running.
public:
void FireQueryCancel([Runtime::InteropServices::Out] bool % pbCancel);
[System.Runtime.InteropServices.DispId(3)]
public void FireQueryCancel (out bool pbCancel);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member FireQueryCancel : bool -> unit
Public Sub FireQueryCancel (ByRef pbCancel As Boolean)
Parameters
- pbCancel
- Boolean
When this method returns, contains a Boolean that indicates this should continue firing or stop firing. A value of true indicates that it should continue firing. A value of false indicates that it should stop firing. This parameter is passed uninitialized.
- Attributes