예제 #1
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern bool DvmgGetDevName(int idvc, StringBuilder szdvcTemp, out Ptr32Error perc);
예제 #2
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern unsafe bool DpcGetRegRepeat(IntPtr hif, byte bAddr, byte* rgbData, int cbData, out Ptr32Error perc, IntPtr ptrid);
예제 #3
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern int DvmgGetDevCount(out Ptr32Error perc);
예제 #4
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern bool DpcOpenData(out IntPtr phif, string szdvc, out Ptr32Error perc, IntPtr ptrid);
예제 #5
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern bool DpcCloseData(IntPtr hif, out Ptr32Error perc);
예제 #6
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern bool DvmgGetDevName(int idvc, StringBuilder szdvcTemp, out Ptr32Error perc);
예제 #7
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern bool DpcInit(out Ptr32Error perc);
예제 #8
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern unsafe bool DpcGetRegRepeat(IntPtr hif, byte bAddr, byte *rgbData, int cbData, out Ptr32Error perc, IntPtr ptrid);
예제 #9
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern int DvmgGetDevCount(out Ptr32Error perc);
예제 #10
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern bool DpcCloseData(IntPtr hif, out Ptr32Error perc);
예제 #11
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern bool DpcOpenData(out IntPtr phif, string szdvc, out Ptr32Error perc, IntPtr ptrid);
예제 #12
0
파일: Ptr32.cs 프로젝트: tempbottle/INCC6
 private static extern bool DpcInit(out Ptr32Error perc);
예제 #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;
 }
예제 #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;
 }