예제 #1
0
파일: HiBioAPI.cs 프로젝트: sfcheewill/Blm
 public static extern uint BioAPI_GetFrameworkInfo(ref bioapi_framework_schema FrameworkSchema);
예제 #2
0
파일: HiBioAPI.cs 프로젝트: sfcheewill/Blm
 public static uint GetFrameworkInfo(ref bioapi_framework_schema FrameworkSchema)
 {
     return(NativeMethods.BioAPI_GetFrameworkInfo(ref FrameworkSchema));
 }