#define global IID_IDebugSystemObjects3 "{E9676E2F-E286-4EA3-B0F9-DFE5D9FC330E}"
#usecom global IDebugSystemObjects3 IID_IDebugSystemObjects3 "{}"
#comfunc global IDebugSystemObjects3_GetEventThread 3 var
#comfunc global IDebugSystemObjects3_GetEventProcess 4 var
#comfunc global IDebugSystemObjects3_GetCurrentThreadId 5 var
#comfunc global IDebugSystemObjects3_SetCurrentThreadId 6 int
#comfunc global IDebugSystemObjects3_GetCurrentProcessId 7 var
#comfunc global IDebugSystemObjects3_SetCurrentProcessId 8 int
#comfunc global IDebugSystemObjects3_GetNumberThreads 9 var
#comfunc global IDebugSystemObjects3_GetTotalNumberThreads 10 var,var
#comfunc global IDebugSystemObjects3_GetThreadIdsByIndex 11 int,int,var,var
#comfunc global IDebugSystemObjects3_GetThreadIdByProcessor 12 int,var
#comfunc global IDebugSystemObjects3_GetCurrentThreadDataOffset 13 var
#comfunc global IDebugSystemObjects3_GetThreadIdByDataOffset 14 int64,var
#comfunc global IDebugSystemObjects3_GetCurrentThreadTeb 15 var
#comfunc global IDebugSystemObjects3_GetThreadIdByTeb 16 int64,var
#comfunc global IDebugSystemObjects3_GetCurrentThreadSystemId 17 var
#comfunc global IDebugSystemObjects3_GetThreadIdBySystemId 18 int,var
#comfunc global IDebugSystemObjects3_GetCurrentThreadHandle 19 var
#comfunc global IDebugSystemObjects3_GetThreadIdByHandle 20 int64,var
#comfunc global IDebugSystemObjects3_GetNumberProcesses 21 var
#comfunc global IDebugSystemObjects3_GetProcessIdsByIndex 22 int,int,var,var
#comfunc global IDebugSystemObjects3_GetCurrentProcessDataOffset 23 var
#comfunc global IDebugSystemObjects3_GetProcessIdByDataOffset 24 int64,var
#comfunc global IDebugSystemObjects3_GetCurrentProcessPeb 25 var
#comfunc global IDebugSystemObjects3_GetProcessIdByPeb 26 int64,var
#comfunc global IDebugSystemObjects3_GetCurrentProcessSystemId 27 var
#comfunc global IDebugSystemObjects3_GetProcessIdBySystemId 28 int,var
#comfunc global IDebugSystemObjects3_GetCurrentProcessHandle 29 var
#comfunc global IDebugSystemObjects3_GetProcessIdByHandle 30 int64,var
#comfunc global IDebugSystemObjects3_GetCurrentProcessExecutableName 31 var,int,var
#comfunc global IDebugSystemObjects3_GetCurrentProcessUpTime 32 var
#comfunc global IDebugSystemObjects3_GetImplicitThreadDataOffset 33 var
#comfunc global IDebugSystemObjects3_SetImplicitThreadDataOffset 34 int64
#comfunc global IDebugSystemObjects3_GetImplicitProcessDataOffset 35 var
#comfunc global IDebugSystemObjects3_SetImplicitProcessDataOffset 36 int64
#comfunc global IDebugSystemObjects3_GetEventSystem 37 var
#comfunc global IDebugSystemObjects3_GetCurrentSystemId 38 var
#comfunc global IDebugSystemObjects3_SetCurrentSystemId 39 int
#comfunc global IDebugSystemObjects3_GetNumberSystems 40 var
#comfunc global IDebugSystemObjects3_GetSystemIdsByIndex 41 int,int,var
#comfunc global IDebugSystemObjects3_GetTotalNumberThreadsAndProcesses 42 var,var,var,var,var
#comfunc global IDebugSystemObjects3_GetCurrentSystemServer 43 var
#comfunc global IDebugSystemObjects3_GetSystemByServer 44 int64,var
#comfunc global IDebugSystemObjects3_GetCurrentSystemServerName 45 var,int,var
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数は var(変数直渡し)。varptr 方式にも切替可。#define global IID_IDebugSystemObjects3 "{E9676E2F-E286-4EA3-B0F9-DFE5D9FC330E}"
#usecom global IDebugSystemObjects3 IID_IDebugSystemObjects3 "{}"
#comfunc global IDebugSystemObjects3_GetEventThread 3 sptr
#comfunc global IDebugSystemObjects3_GetEventProcess 4 sptr
#comfunc global IDebugSystemObjects3_GetCurrentThreadId 5 sptr
#comfunc global IDebugSystemObjects3_SetCurrentThreadId 6 int
#comfunc global IDebugSystemObjects3_GetCurrentProcessId 7 sptr
#comfunc global IDebugSystemObjects3_SetCurrentProcessId 8 int
#comfunc global IDebugSystemObjects3_GetNumberThreads 9 sptr
#comfunc global IDebugSystemObjects3_GetTotalNumberThreads 10 sptr,sptr
#comfunc global IDebugSystemObjects3_GetThreadIdsByIndex 11 int,int,sptr,sptr
#comfunc global IDebugSystemObjects3_GetThreadIdByProcessor 12 int,sptr
#comfunc global IDebugSystemObjects3_GetCurrentThreadDataOffset 13 sptr
#comfunc global IDebugSystemObjects3_GetThreadIdByDataOffset 14 int64,sptr
#comfunc global IDebugSystemObjects3_GetCurrentThreadTeb 15 sptr
#comfunc global IDebugSystemObjects3_GetThreadIdByTeb 16 int64,sptr
#comfunc global IDebugSystemObjects3_GetCurrentThreadSystemId 17 sptr
#comfunc global IDebugSystemObjects3_GetThreadIdBySystemId 18 int,sptr
#comfunc global IDebugSystemObjects3_GetCurrentThreadHandle 19 sptr
#comfunc global IDebugSystemObjects3_GetThreadIdByHandle 20 int64,sptr
#comfunc global IDebugSystemObjects3_GetNumberProcesses 21 sptr
#comfunc global IDebugSystemObjects3_GetProcessIdsByIndex 22 int,int,sptr,sptr
#comfunc global IDebugSystemObjects3_GetCurrentProcessDataOffset 23 sptr
#comfunc global IDebugSystemObjects3_GetProcessIdByDataOffset 24 int64,sptr
#comfunc global IDebugSystemObjects3_GetCurrentProcessPeb 25 sptr
#comfunc global IDebugSystemObjects3_GetProcessIdByPeb 26 int64,sptr
#comfunc global IDebugSystemObjects3_GetCurrentProcessSystemId 27 sptr
#comfunc global IDebugSystemObjects3_GetProcessIdBySystemId 28 int,sptr
#comfunc global IDebugSystemObjects3_GetCurrentProcessHandle 29 sptr
#comfunc global IDebugSystemObjects3_GetProcessIdByHandle 30 int64,sptr
#comfunc global IDebugSystemObjects3_GetCurrentProcessExecutableName 31 sptr,int,sptr
#comfunc global IDebugSystemObjects3_GetCurrentProcessUpTime 32 sptr
#comfunc global IDebugSystemObjects3_GetImplicitThreadDataOffset 33 sptr
#comfunc global IDebugSystemObjects3_SetImplicitThreadDataOffset 34 int64
#comfunc global IDebugSystemObjects3_GetImplicitProcessDataOffset 35 sptr
#comfunc global IDebugSystemObjects3_SetImplicitProcessDataOffset 36 int64
#comfunc global IDebugSystemObjects3_GetEventSystem 37 sptr
#comfunc global IDebugSystemObjects3_GetCurrentSystemId 38 sptr
#comfunc global IDebugSystemObjects3_SetCurrentSystemId 39 int
#comfunc global IDebugSystemObjects3_GetNumberSystems 40 sptr
#comfunc global IDebugSystemObjects3_GetSystemIdsByIndex 41 int,int,sptr
#comfunc global IDebugSystemObjects3_GetTotalNumberThreadsAndProcesses 42 sptr,sptr,sptr,sptr,sptr
#comfunc global IDebugSystemObjects3_GetCurrentSystemServer 43 sptr
#comfunc global IDebugSystemObjects3_GetSystemByServer 44 int64,sptr
#comfunc global IDebugSystemObjects3_GetCurrentSystemServerName 45 sptr,int,sptr
; ※数字は vtbl インデックス(0始まり)。0/1/2 は IUnknown(QueryInterface/AddRef/Release)。
; ※このインターフェースは直接 CoCreateInstance するクラスIDが無いため "{}"(他メソッド/アクティベーションで取得)。
; ※出力/バッファ引数はポインタ方式(token=sptr / 呼び出しは varptr(変数))。