Example #1
0
        public static void OnInitReturn(System.IntPtr callback, bool isSuccess, System.UInt32 errorCode)
        {
            GCHandle handle = GCHandle.FromIntPtr(callback);

            mImpCB = (IIPSMobilePufferCallbackInterface)handle.Target;
            mImpCB.OnPufferInitReturn(isSuccess, errorCode);
        }