xn.OpenNIImporter.xnUnregisterFromGenerationRunningChange C# (CSharp) Method

xnUnregisterFromGenerationRunningChange() private method

private xnUnregisterFromGenerationRunningChange ( IntPtr hInstance, IntPtr hCallback ) : void
hInstance System.IntPtr
hCallback System.IntPtr
return void
        public static extern void xnUnregisterFromGenerationRunningChange(XnNodeHandle hInstance, XnCallbackHandle hCallback);
OpenNIImporter