@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] struct PRIVILEGE_SET { uint PrivilegeCount; uint Control; [MarshalAs(UnmanagedType.ByValArray, SizeConst = ANYSIZE_ARRAY)] LUID_AND_ATTRIBUTES[] Privilege; } !!!!VB Definition: Structure PRIVILEGE_SET Public TODO End Structure !!!!User-Defined Field Types: LUID_AND_ATTRIBUTES - http://www.pinvoke.net/default.aspx/Structures/LUID_AND_ATTRIBUTES.html ANYSIZE_ARRAY !!!!Notes: None. Documentation: PRIVILEGE_SET@msdn on MSDN
Edit Structures.PRIVIL...
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.