CommonMessagePump.IOleComponent.FReserved1 Method

Definition

Reserved.

 virtual int Microsoft.VisualStudio.OLE.Interop.IOleComponent.FReserved1(System::UInt32 dwReserved, System::UInt32 message, IntPtr wParam, IntPtr lParam) = Microsoft::VisualStudio::OLE::Interop::IOleComponent::FReserved1;
int IOleComponent.FReserved1 (uint dwReserved, uint message, IntPtr wParam, IntPtr lParam);
abstract member Microsoft.VisualStudio.OLE.Interop.IOleComponent.FReserved1 : uint32 * uint32 * nativeint * nativeint -> int
override this.Microsoft.VisualStudio.OLE.Interop.IOleComponent.FReserved1 : uint32 * uint32 * nativeint * nativeint -> int
Function FReserved1 (dwReserved As UInteger, message As UInteger, wParam As IntPtr, lParam As IntPtr) As Integer Implements IOleComponent.FReserved1

Parameters

dwReserved
UInt32

Reserved.

message
UInt32

Reserved.

wParam
IntPtr

nativeint

Reserved.

lParam
IntPtr

nativeint

Reserved.

Returns

Always returns true.

Implements

Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FReserved1(System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)

Remarks

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.

Applies to