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