PlayMetaFileRecord method
int
PlayMetaFileRecord(
- Pointer<
HDC__> hdc, - Pointer<
LPHANDLETABLE> lpHandleTable, - Pointer<
METARECORD> lpMR, - 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,
);
}