PlayEnhMetaFile method

int PlayEnhMetaFile(
  1. Pointer<HDC__> hdc,
  2. Pointer<HENHMETAFILE__> hmf,
  3. Pointer<LPRECT> lprect
)

Implementation

int PlayEnhMetaFile(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<HENHMETAFILE__> hmf,
  ffi.Pointer<LPRECT> lprect,
) {
  return (_PlayEnhMetaFile ??=
      _dylib.lookupFunction<_c_PlayEnhMetaFile, _dart_PlayEnhMetaFile>(
          'PlayEnhMetaFile'))(
    hdc,
    hmf,
    lprect,
  );
}