CommonMessagePump.IOleComponent2Private.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.
virtual int Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FReserved1(System::UInt32 dwReserved, System::UInt32 message, IntPtr wParam, IntPtr lParam) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::FReserved1;
int IOleComponent2Private.FReserved1 (uint dwReserved, uint message, IntPtr wParam, IntPtr lParam);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FReserved1 : uint32 * uint32 * nativeint * nativeint -> int
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FReserved1 : uint32 * uint32 * nativeint * nativeint -> int
Function FReserved1 (dwReserved As UInteger, message As UInteger, wParam As IntPtr, lParam As IntPtr) As Integer Implements IOleComponent2Private.FReserved1
Parameters
- dwReserved
- UInt32
- message
- UInt32
- wParam
-
IntPtr
nativeint
- lParam
-
IntPtr
nativeint
Returns
Implements
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FReserved1(System.UInt32,System.UInt32,System.IntPtr,System.IntPtr)