FFACETools.FFACE.GetSearchSubJob C# (CSharp) Méthode

GetSearchSubJob() private méthode

private GetSearchSubJob ( int instanceID, short index ) : Job
instanceID int
index short
Résultat Job
        private static extern Job GetSearchSubJob(int instanceID, short index);
FFACE