A_Set_BMPSave method

int A_Set_BMPSave(
  1. int nSave,
  2. String pstrBMPFName
)

Implementation

int A_Set_BMPSave(
  int nSave,
  String pstrBMPFName,
) {
  return _A_Set_BMPSave(
    nSave,
    pstrBMPFName.toNativeUtf8().cast<ffi.Int8>(),
  );
}