internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_HYPERFILEVALUE obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #2
0
        public bool ReadValueHeader(SWIGTYPE_p_HYPERFILEVALUE h)
        {
            bool ret = C4dApiPINVOKE.HyperFile_ReadValueHeader(swigCPtr, SWIGTYPE_p_HYPERFILEVALUE.getCPtr(h));

            return(ret);
        }