xn.OpenNIImporter.xnRegisterHandCallbacks C# (CSharp) Method

xnRegisterHandCallbacks() private method

private xnRegisterHandCallbacks ( IntPtr hInstance, [ CreateCB, [ UpdateCB, [ DestroyCB, IntPtr pCookie, IntPtr &phCallback ) : UInt32
hInstance System.IntPtr
CreateCB [
UpdateCB [
DestroyCB [
pCookie System.IntPtr
phCallback System.IntPtr
return System.UInt32
        public static extern XnStatus xnRegisterHandCallbacks(XnNodeHandle hInstance, [MarshalAs(UnmanagedType.FunctionPtr)] XnHandCreate CreateCB, [MarshalAs(UnmanagedType.FunctionPtr)] XnHandUpdate UpdateCB, [MarshalAs(UnmanagedType.FunctionPtr)] XnHandDestroy DestroyCB, IntPtr pCookie, out XnCallbackHandle phCallback);
OpenNIImporter