@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Used by [DEBUG_EVENT] !!!!C# Definition: public delegate uint PTHREAD_START_ROUTINE( IntPtr lpThreadParameter ); [StructLayout( LayoutKind.Sequential )] public struct CREATE_THREAD_DEBUG_INFO { public IntPtr hThread; public IntPtr lpThreadLocalBase; public PTHREAD_START_ROUTINE lpStartAddress; } !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: CREATE_THREAD_DEBUG_INFO@msdn on MSDN
Edit Structures.CREATE...
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.