ResultGetRecordType() private method

private ResultGetRecordType ( IntPtr handle ) : int
handle System.IntPtr
return int
コード例 #1
0
 /// <summary>
 /// Returns the record type.
 /// </summary>
 public int GetRecordType()
 {
     return(NativeMethods.ResultGetRecordType(handle));
 }