OleComponent.FQueryTerminateCore(Int32) 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.
Default implemmentation of FQueryTerminate. Simply raises the QueryTerminate event if there are listeners.
protected:
virtual bool FQueryTerminateCore(int fPromptUser);
protected:
virtual bool FQueryTerminateCore(int fPromptUser);
virtual bool FQueryTerminateCore(int fPromptUser);
protected virtual bool FQueryTerminateCore (int fPromptUser);
abstract member FQueryTerminateCore : int -> bool
override this.FQueryTerminateCore : int -> bool
Protected Overridable Function FQueryTerminateCore (fPromptUser As Integer) As Boolean
Parameters
- fPromptUser
- Int32
Returns
If there are listeners to QueryTerminate we return the appropriate TRUE/FALSE value based on CanTerminate, otherwise we return TRUE (1).