Ejemplo n.º 1
0
 public static extern GPA_Status GPA_GetUsageTypeAsStr(GPA_Usage_Type counterUsageType, out String name);
Ejemplo n.º 2
0
 public static extern GPA_Status GPA_GetUsageTypeAsStr(GPA_Usage_Type counterUsageType, out string usageTypeStr);
Ejemplo n.º 3
0
 public static extern GPA_Status GPA_GetCounterUsageType(uint index, out GPA_Usage_Type counterUsageType );
Ejemplo n.º 4
0
 public static extern GPA_Status GPA_GetCounterUsageType(gpa_uint32 index, out GPA_Usage_Type counterUsageType);