Exemple #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_DString obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #2
0
 public ushort GetPartialMoveList(SWIGTYPE_p_DString str, uint plyCount) {
   ushort ret = ScidPINVOKE.Game_GetPartialMoveList(swigCPtr, SWIGTYPE_p_DString.getCPtr(str), plyCount);
   return ret;
 }