mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
Project: Add SDK
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace WPinternalsSDK
|
||||
{
|
||||
public enum CreationDisposition
|
||||
{
|
||||
CreateNew = 1,
|
||||
CreateAlways,
|
||||
OpenExisting,
|
||||
OpenAlways,
|
||||
TruncateExisting,
|
||||
OpenForLoader
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user