xn.OpenNIImporter.xnRegisterModule C# (CSharp) Method

xnRegisterModule() private method

private xnRegisterModule ( string strModule, string strConfigDir ) : UInt32
strModule string
strConfigDir string
return System.UInt32
        public static extern XnStatus xnRegisterModule(string strModule, string strConfigDir);
OpenNIImporter