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

VER_ (Constants)
 
.
Summary

C# Constants:

    const uint VER_SERVER_NT               = 0x80000000;
    const uint VER_WORKSTATION_NT          = 0x40000000;
    const int16 VER_SUITE_SMALLBUSINESS         = 0x0001;
    const int16 VER_SUITE_ENTERPRISE        = 0x0002;
    const int16 VER_SUITE_BACKOFFICE        = 0x0004;
    const int16 VER_SUITE_COMMUNICATIONS        = 0x0008;
    const int16 VER_SUITE_TERMINAL          = 0x0010;
    const int16 VER_SUITE_SMALLBUSINESS_RESTRICTED  = 0x0020;
    const int16 VER_SUITE_EMBEDDEDNT        = 0x0040;
    const int16 VER_SUITE_DATACENTER        = 0x0080;
    const int16 VER_SUITE_SINGLEUSERTS          = 0x0100;
    const int16 VER_SUITE_PERSONAL          = 0x0200;
    const int16 VER_SUITE_BLADE             = 0x0400;
    const int16 VER_SUITE_EMBEDDED_RESTRICTED       = 0x0800;

VB Constants:

TODO

Notes:

None.

 

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
Edit This Page
Find References
Show Printable Version
Revisions