Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

SHOWWINDOW_FLAGS (Enums)
 
.
Summary
TODO - a short description

C# Definition:

    public enum SHOWWINDOW : uint {
        SW_HIDE         = 0,
        SW_SHOWNORMAL       = 1,
        SW_NORMAL       = 1,
        SW_SHOWMINIMIZED    = 2,
        SW_SHOWMAXIMIZED    = 3,
        SW_MAXIMIZE     = 3,
        SW_SHOWNOACTIVATE   = 4,
        SW_SHOW         = 5,
        SW_MINIMIZE     = 6,
        SW_SHOWMINNOACTIVE  = 7,
        SW_SHOWNA       = 8,
        SW_RESTORE      = 9,
        SW_SHOWDEFAULT      = 10,
        SW_FORCEMINIMIZE    = 11,
        SW_MAX          = 11,

}

VB Definition:

Enum SHOWWINDOW_FLAGS
   TODO
End Enum

Notes:

None.

Documentation
 

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it!

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions