Exemplo n.º 1
0
 private static extern bool DvmgGetDevName(int idvc, StringBuilder szdvcTemp, out Ptr32Error perc);
Exemplo n.º 2
0
 private static extern unsafe bool DpcGetRegRepeat(IntPtr hif, byte bAddr, byte* rgbData, int cbData, out Ptr32Error perc, IntPtr ptrid);
Exemplo n.º 3
0
 private static extern int DvmgGetDevCount(out Ptr32Error perc);
Exemplo n.º 4
0
 private static extern bool DpcOpenData(out IntPtr phif, string szdvc, out Ptr32Error perc, IntPtr ptrid);
Exemplo n.º 5
0
 private static extern bool DpcCloseData(IntPtr hif, out Ptr32Error perc);
Exemplo n.º 6
0
 private static extern bool DvmgGetDevName(int idvc, StringBuilder szdvcTemp, out Ptr32Error perc);
Exemplo n.º 7
0
 private static extern bool DpcInit(out Ptr32Error perc);
Exemplo n.º 8
0
 private static extern unsafe bool DpcGetRegRepeat(IntPtr hif, byte bAddr, byte *rgbData, int cbData, out Ptr32Error perc, IntPtr ptrid);
Exemplo n.º 9
0
 private static extern int DvmgGetDevCount(out Ptr32Error perc);
Exemplo n.º 10
0
 private static extern bool DpcCloseData(IntPtr hif, out Ptr32Error perc);
Exemplo n.º 11
0
 private static extern bool DpcOpenData(out IntPtr phif, string szdvc, out Ptr32Error perc, IntPtr ptrid);
Exemplo n.º 12
0
 private static extern bool DpcInit(out Ptr32Error perc);
Exemplo n.º 13
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptr32Exception"/> class.
 /// </summary>
 /// <param name="errorCode">The error code.</param>
 public Ptr32Exception(Ptr32Error errorCode)
 {
     ErrorCode = errorCode;
 }
Exemplo n.º 14
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Ptr32Exception"/> class.
 /// </summary>
 /// <param name="errorCode">The error code.</param>
 public Ptr32Exception(Ptr32Error errorCode)
 {
     ErrorCode = errorCode;
 }