PlayEnhMetaFileRecord method

int PlayEnhMetaFileRecord(
  1. Pointer<HDC__> hdc,
  2. Pointer<HANDLETABLE> pht,
  3. Pointer<ENHMETARECORD> pmr,
  4. int cht,
)

Implementation

int PlayEnhMetaFileRecord(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<HANDLETABLE> pht,
  ffi.Pointer<ENHMETARECORD> pmr,
  int cht,
) {
  return _PlayEnhMetaFileRecord(
    hdc,
    pht,
    pmr,
    cht,
  );
}