예제 #1
0
 public static extern DCPError dcp_get_mode(IntPtr self, out DCPMode mode);
예제 #2
0
 public static DCPError GetMode(IntPtr Handle, out DCPMode Mode)
 {
     return Unmanaged.dcp_get_mode(Handle, out Mode);
 }