예제 #1
0
 public static extern SANE_Status sane_control_optionSTRB(IntPtr handle, int n, SANE_Action a, StringBuilder v, ref int i);
예제 #2
0
 public static extern SANE_Status sane_control_optionINT(IntPtr handle, int n, SANE_Action a, ref int v, ref int i);
예제 #3
0
 public static extern SANE_Status sane_control_optionSTR(IntPtr handle, int n, SANE_Action a, ref string v, ref int i);
예제 #4
0
 public static extern SANE_Status sane_control_option(IntPtr handle, int n, SANE_Action a, ref IntPtr v, ref IntPtr i);