xn.OpenNIImporter.xnLockedNodeStartChanges C# (CSharp) Method

xnLockedNodeStartChanges() private method

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