PlayMetaFile method

int PlayMetaFile(
  1. Pointer<HDC__> hdc,
  2. Pointer<HMETAFILE__> hmf
)

Implementation

int PlayMetaFile(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<HMETAFILE__> hmf,
) {
  return _PlayMetaFile(
    hdc,
    hmf,
  );
}