PlayMetaFileRecord method

int PlayMetaFileRecord(
  1. Pointer<HDC__> hdc,
  2. Pointer<LPHANDLETABLE> lpHandleTable,
  3. Pointer<METARECORD> lpMR,
  4. int noObjs,
)

Implementation

int PlayMetaFileRecord(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<LPHANDLETABLE> lpHandleTable,
  ffi.Pointer<METARECORD> lpMR,
  int noObjs,
) {
  return (_PlayMetaFileRecord ??=
      _dylib.lookupFunction<_c_PlayMetaFileRecord, _dart_PlayMetaFileRecord>(
          'PlayMetaFileRecord'))(
    hdc,
    lpHandleTable,
    lpMR,
    noObjs,
  );
}