.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
public struct OBJECT_DIRECTORY_INFORMATION
{
public UNICODE_STRING Name;
public UNICODE_STRING TypeName;
}
User-Defined Field Types:
UNICODE_STRING
Notes:
None.
The UNICODE_STRING structure is used to define Unicode strings.
11/5/2012 11:15:18 AM - -219.111.155.239
