We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdea26 commit cbbc524Copy full SHA for cbbc524
deadlock-dotnet-sdk/Windows.Win32/System/WindowsProgramming/OBJECT_NAME_INFORMATION.cs
@@ -5,6 +5,7 @@ namespace Windows.Win32.System.WindowsProgramming;
5
public struct OBJECT_NAME_INFORMATION
6
{
7
public UNICODE_STRING Name;
8
+ public unsafe fixed char NameBuffer[1];
9
10
public string NameAsString => Name.ToStringLength();
11
}
0 commit comments