@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CAUUID structure is a Counted Array of UUID or GUID types. !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] public struct CAUUID { public UInt32 cElems; public IntPtr pElems; } !!!!VB Definition: Structure CAUUID Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: Allocate pElems with Marshal.AllocCoTaskMem, and populate with Marshal.StructureToPtr Documentation: CAUUID@msdn on MSDN
Edit Structures.CAUUID
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.