mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-21 14:41:03 +10:00
Project: Add SDK
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace WPinternalsSDK
|
||||
{
|
||||
[Flags]
|
||||
internal enum ShareMode : uint
|
||||
{
|
||||
None = 0U,
|
||||
Read = 1U,
|
||||
Write = 2U,
|
||||
Delete = 4U
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user