mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-21 22:51:02 +10:00
Project: Add SDK
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace WPinternalsSDK
|
||||
{
|
||||
internal struct SECURITY_ATTRIBUTES
|
||||
{
|
||||
public int nLength;
|
||||
|
||||
public IntPtr lpSecurityDescriptor;
|
||||
|
||||
public int bInheritHandle;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user