CREATE_PROCESS_DEBUG_INFO 構造体

宣言文
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
備考
Structure CREATE_PROCESS_DEBUG_INFO
        hFile As Integer
        hProcess As Integer
        hThread As Integer
        lpBaseOfImage As Integer
        dwDebugInfoFileOffset As Integer
        nDebugInfoSize As Integer
        lpThreadLocalBase As Integer
        lpStartAddress As Integer
        lpImageName As Integer
        fUnicode As Short
End Structure