PlayEnhMetaFileRecord method
int
PlayEnhMetaFileRecord(
- Pointer<
HDC__> hdc, - Pointer<
LPHANDLETABLE> pht, - Pointer<
LPENHMETARECORD> pmr, - int cht,
Implementation
int PlayEnhMetaFileRecord(
ffi.Pointer<HDC__> hdc,
ffi.Pointer<LPHANDLETABLE> pht,
ffi.Pointer<LPENHMETARECORD> pmr,
int cht,
) {
return (_PlayEnhMetaFileRecord ??= _dylib.lookupFunction<
_c_PlayEnhMetaFileRecord,
_dart_PlayEnhMetaFileRecord>('PlayEnhMetaFileRecord'))(
hdc,
pht,
pmr,
cht,
);
}