[Visual Basic] Public const SW_NORMAL As UInt32 = 1 [C#] public const uint SW_NORMAL = 1; [C++] public: const unsigned int SW_NORMAL = 1; [JScript] public const var SW_NORMAL: UInt32 = 1;
WindowsConstants Class | White.Core.InputDevices Namespace