CommonMessagePump.IOleComponent.FReserved1 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.
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
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.