LOAD_DLL_DEBUG_INFO 構造体

宣言文
Type LOAD_DLL_DEBUG_INFO
        hFile As Long
        lpBaseOfDll As Long
        dwDebugInfoFileOffset As Long
        nDebugInfoSize As Long
        lpImageName As Long
        fUnicode As Integer
End Type
備考
Structure LOAD_DLL_DEBUG_INFO
        hFile As Integer
        lpBaseOfDll As Integer
        dwDebugInfoFileOffset As Integer
        nDebugInfoSize As Integer
        lpImageName As Integer
        fUnicode As Short
End Structure