Desktop Functions: Smart Device Functions:
|
Search Results for "HWND_MESSAGE" in [All]gdi32
private static IntPtr HWND_MESSAGE = new IntPtr(-3); user32
/// <para>Windows 2000/XP: To create a message-only window, supply HWND_MESSAGE or a handle to an existing message-only window.</para></param>
''' <para>Windows 2000/XP: To create a message-only window, supply HWND_MESSAGE or a handle to an existing message-only window.</para></param> Constants3: HWND
public const IntPtr HWND_MESSAGE = new IntPtr(-3);
Public Const HWND_MESSAGE As Int32 = -&H3 4: HWND_MESSAGE public static IntPtr HWND_MESSAGE = new IntPtr(-3); |