xn.OpenNIImporter.xnSetGeneralProperty C# (CSharp) Method

xnSetGeneralProperty() private method

private xnSetGeneralProperty ( IntPtr hInstance, string strName, UInt32 nBufferSize, IntPtr pBuffer ) : UInt32
hInstance System.IntPtr
strName string
nBufferSize System.UInt32
pBuffer System.IntPtr
return System.UInt32
        public static extern XnStatus xnSetGeneralProperty(XnNodeHandle hInstance, string strName, XnUInt32 nBufferSize, IntPtr pBuffer);
OpenNIImporter