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