SingleTaskIdleManager::IOleComponent::HwndGetWindow Method (UInt32, UInt32)

 

Gets a window associated with the component.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual IntPtr HwndGetWindow(
	unsigned int dwWhich,
	unsigned int dwReserved
) sealed = IOleComponent::HwndGetWindow

Parameters

dwWhich
Type: System::UInt32

A value from _OLECWINDOW.

dwReserved
Type: System::UInt32

Reserved for future use. Should be 0.

Return Value

Type: System::IntPtr

The HWND, or null if no such window exists.

Return to top
Show: