CopyMetaFileW method

Pointer<HMETAFILE__> CopyMetaFileW(
  1. Pointer<HMETAFILE__> arg0,
  2. Pointer<Uint16> arg1
)

Implementation

ffi.Pointer<HMETAFILE__> CopyMetaFileW(
  ffi.Pointer<HMETAFILE__> arg0,
  ffi.Pointer<ffi.Uint16> arg1,
) {
  return _CopyMetaFileW(
    arg0,
    arg1,
  );
}