コード例 #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));
 }