@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Represents a locally unique identifier ([LUID]) and its attributes. !!!!C# Definition: [StructLayout(LayoutKind.Sequential, Pack = 4)] public struct LUID_AND_ATTRIBUTES { public LUID Luid; public UInt32 Attributes; } !!!!VB Definition: Structure LUID_AND_ATTRIBUTES Public Luid As LUID Public Attributes As Integer End Structure !!!!User-Defined Field Types: [LUID] !!!!Notes: None. Documentation: LUID_AND_ATTRIBUTES@msdn on MSDN
Edit Structures.LUID
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.