4 references to GW_CHILD
Microsoft.VisualBasic.Forms (4)
Microsoft\VisualBasic\Interaction.vb (4)
108
Dim windowHandle As IntPtr = NativeMethods.GetWindow(NativeMethods.GetDesktopWindow(), NativeTypes.
GW_CHILD
)
122
windowHandle = NativeMethods.GetWindow(NativeMethods.GetDesktopWindow(), NativeTypes.
GW_CHILD
)
157
windowHandle = NativeMethods.GetWindow(NativeMethods.GetDesktopWindow(), NativeTypes.
GW_CHILD
)
175
windowHandle = NativeMethods.GetWindow(NativeMethods.GetDesktopWindow(), NativeTypes.
GW_CHILD
)