FFACETools.FFACE.GetSearchName C# (CSharp) Method

GetSearchName() private method

private GetSearchName ( int instanceID, short index, byte buffer, int &size ) : void
instanceID int
index short
buffer byte
size int
return void
        private static extern void GetSearchName(int instanceID, short index, byte[] buffer, ref int size);
FFACE