CommonMessagePump::IOleComponent::FQueryTerminate Method (Int32)

 

Called when the component manager wishes to know if the component is in a state in which it can terminate.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int FQueryTerminate(
	int fPromptUser
) sealed = IOleComponent::FQueryTerminate

Parameters

fPromptUser
Type: System::Int32

true if the user should be prompted, otherwise false.

Return Value

Type: System::Int32

true if it is possible to terminate, otherwise false.

See FQueryTerminate for more information.

Return to top
Show: