xn.OpenNIImporter.xnLogInitFromXmlFile C# (CSharp) Method

xnLogInitFromXmlFile() private method

private xnLogInitFromXmlFile ( string strFileName ) : UInt32
strFileName string
return System.UInt32
        public static extern XnStatus xnLogInitFromXmlFile(string strFileName);
OpenNIImporter