Example #1
0
        public static JCMATCH JcLockReverseVerifyDynaCode(int handle, int dstCode)
        {
            JCMATCH ret = new JCMATCH(jclmsCCB2014PINVOKE.JcLockReverseVerifyDynaCode(handle, dstCode), true);

            return(ret);
        }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(JCMATCH obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
        public static int zwJclmsReqVerifyDyCode(int lmsHandle, int dstCode, JCMATCH match)
        {
            int ret = jclmsCCB2014PINVOKE.zwJclmsReqVerifyDyCode(lmsHandle, dstCode, JCMATCH.getCPtr(match));

            return(ret);
        }