CreateMetaFileA method

Pointer<HDC__> CreateMetaFileA(
  1. Pointer<Int8> pszFile
)

Implementation

ffi.Pointer<HDC__> CreateMetaFileA(
  ffi.Pointer<ffi.Int8> pszFile,
) {
  return _CreateMetaFileA(
    pszFile,
  );
}