CREATE PROCESS DEBUG INFO

Aus API-Wiki
Version vom 14. Mai 2008, 10:04 Uhr von Nils Thomsen (Diskussion | Beiträge) (Die Seite wurde neu angelegt: <code vb> Type CREATE_PROCESS_DEBUG_INFO hFile As Long hProcess As Long hThread As Long lpBaseOfImage As Long dwDebugInfoFileOffset As Long nDeb...)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springenZur Suche springen

Type CREATE_PROCESS_DEBUG_INFO

   hFile As Long
   hProcess As Long
   hThread As Long
   lpBaseOfImage As Long
   dwDebugInfoFileOffset As Long
   nDebugInfoSize As Long
   lpThreadLocalBase As Long
   lpStartAddress As Long
   lpImageName As Long
   fUnicode As Integer

End Type