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