CommonMessagePump::IOleComponent::FReserved1 Method (UInt32, UInt32, IntPtr, IntPtr)
Visual Studio 2015
Reserved.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int FReserved1( unsigned int dwReserved, unsigned int message, IntPtr wParam, IntPtr lParam ) sealed = IOleComponent::FReserved1
Parameters
- dwReserved
-
Type:
System::UInt32
Reserved.
- message
-
Type:
System::UInt32
Reserved.
- wParam
-
Type:
System::IntPtr
Reserved.
- lParam
-
Type:
System::IntPtr
Reserved.
Called by the component manager to determine whether the component can terminate. If fPromptUser is FALSE, the component should return TRUE if it can terminate and FALSE if it can't. If fPromptUser is TRUE, the component should return TRUE if it can terminate without prompting the user. Otherwise, the component should either ask the user whether it can terminate and then return TRUE or FALSE appropriately, or it should indicate why it can't terminate and then return FALSE.
Show: