예제 #1
0
파일: HiBioAPI.cs 프로젝트: sfcheewill/Blm
 public static uint Util_InstallBSP(uint Action, ref install_error Error, ref bioapi_bsp_schema BSPSchema)
 {
     return(NativeMethods.BioAPI_Util_InstallBSP(Action, ref Error, ref BSPSchema));
 }
예제 #2
0
파일: HiBioAPI.cs 프로젝트: sfcheewill/Blm
 public static extern uint BioAPI_Util_InstallBSP(uint Action, ref install_error Error, ref bioapi_bsp_schema BSPSchema);