Luxand.FSDK.FSDK_GetAllNames_Old C# (CSharp) Method

FSDK_GetAllNames_Old() private method

private FSDK_GetAllNames_Old ( int Tracker, long ID, [ Names, long MaxSizeInBytes ) : int
Tracker int
ID long
Names [
MaxSizeInBytes long
return int
        private static extern int FSDK_GetAllNames_Old(int Tracker, long ID, [OutAttribute] StringBuilder Names, long MaxSizeInBytes);
FSDK