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

GENERIC_EXECUTE (Constants)
 
.
Summary
Indicates access rights of executing.

C# Constants:

const int GENERIC_EXECUTE = 0x10000000;

VB Constants:

Const GENERIC_EXECUTE As Integer = &h10000000

Notes:

Microsoft has this as:

const UInt32 GENERIC_EXECUTE = 0x20000000

const UInt32 GENERIC_ALL = 0x10000000

http://msdn.microsoft.com/en-us/library/windows/desktop/aa446632(v=vs.85).aspx

 

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