xn.OpenNIImporter.xnUnlockNodeForChanges C# (CSharp) Method

xnUnlockNodeForChanges() private method

private xnUnlockNodeForChanges ( IntPtr hInstance, UInt32 hLock ) : UInt32
hInstance System.IntPtr
hLock System.UInt32
return System.UInt32
        public static extern XnStatus xnUnlockNodeForChanges(XnNodeHandle hInstance, XnLockHandle hLock);
OpenNIImporter