2019-08-23 11:56:54 -07:00
|
|
|
namespace System.IO
|
|
|
|
{
|
|
|
|
[CRepr]
|
|
|
|
struct SecurityAttributes
|
|
|
|
{
|
2020-03-09 06:34:16 -07:00
|
|
|
int32 mLength = (int32)sizeof(SecurityAttributes);
|
|
|
|
uint8* mSecurityDescriptor = null;
|
|
|
|
int32 mInheritHandle = 0;
|
2019-08-23 11:56:54 -07:00
|
|
|
}
|
|
|
|
}
|