@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The OBJECT_DIRECTORY_INFORMATION structure contains the name and the type of NT Object Manager's object. !!!!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. Documentation: OBJECT_DIRECTORY_INFORMATION@msdn on MSDN
Edit Structures.OBJECT...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.