Esempio n. 1
0
 private static extern bool DvmgGetDevName(int idvc, StringBuilder szdvcTemp, out Ptr32Error perc);
Esempio n. 2
0
 private static extern unsafe bool DpcGetRegRepeat(IntPtr hif, byte bAddr, byte* rgbData, int cbData, out Ptr32Error perc, IntPtr ptrid);
Esempio n. 3
0
 private static extern int DvmgGetDevCount(out Ptr32Error perc);
Esempio n. 4
0
 private static extern bool DpcOpenData(out IntPtr phif, string szdvc, out Ptr32Error perc, IntPtr ptrid);
Esempio n. 5
0
 private static extern bool DpcCloseData(IntPtr hif, out Ptr32Error perc);
Esempio n. 6
0
 private static extern bool DvmgGetDevName(int idvc, StringBuilder szdvcTemp, out Ptr32Error perc);
Esempio n. 7
0
 private static extern bool DpcInit(out Ptr32Error perc);
Esempio n. 8
0
 private static extern unsafe bool DpcGetRegRepeat(IntPtr hif, byte bAddr, byte *rgbData, int cbData, out Ptr32Error perc, IntPtr ptrid);
Esempio n. 9
0
 private static extern int DvmgGetDevCount(out Ptr32Error perc);
Esempio n. 10
0
 private static extern bool DpcCloseData(IntPtr hif, out Ptr32Error perc);
Esempio n. 11
0
 private static extern bool DpcOpenData(out IntPtr phif, string szdvc, out Ptr32Error perc, IntPtr ptrid);
Esempio n. 12
0
 private static extern bool DpcInit(out Ptr32Error perc);
Esempio 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;
 }
Esempio 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;
 }