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

STGM (Enums)
 
.
Summary

C# Definition:

    [Flags]
    public enum StgmConstants
    {
    STGM_READ = 0x0,
    STGM_WRITE = 0x1,
    STGM_READWRITE = 0x2,
    STGM_SHARE_DENY_NONE = 0x40,
    STGM_SHARE_DENY_READ = 0x30,
    STGM_SHARE_DENY_WRITE = 0x20,
    STGM_SHARE_EXCLUSIVE = 0x10,
    STGM_PRIORITY = 0x40000,
    STGM_CREATE = 0x1000,
    STGM_CONVERT = 0x20000,
    STGM_FAILIFTHERE = 0x0,
    STGM_DIRECT = 0x0,
    STGM_TRANSACTED = 0x10000,
    STGM_NOSCRATCH = 0x100000,
    STGM_NOSNAPSHOT = 0x200000,
    STGM_SIMPLE = 0x8000000,
    STGM_DIRECT_SWMR = 0x400000,
    STGM_DELETEONRELEASE = 0x4000000
    }

VB Definition:

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