コード例 #1
0
 static extern int CreateTask(GameInstallScope scope, [In] ref Guid instanceGuid, TaskType taskType, uint count, string name, string path, string arguments);
コード例 #2
0
ファイル: GameExplorer.cs プロジェクト: mrsharpoblunto/MGDF
 static extern int CreateTask(GameInstallScope scope, [In] ref Guid instanceGuid, TaskType taskType, uint count, string name, string path, string arguments);
コード例 #3
0
 static extern int AddToGameExplorer(string gdfBinPath, string gameInstallPath,
                                     GameInstallScope scope, [In] ref Guid instanceGuid);
コード例 #4
0
ファイル: GameExplorer.cs プロジェクト: mrsharpoblunto/MGDF
 static extern int AddToGameExplorer(string gdfBinPath, string gameInstallPath,
                                     GameInstallScope scope, [In] ref Guid instanceGuid);