CreateMetaFileW method

Pointer<HDC__> CreateMetaFileW(
  1. Pointer<Uint16> pszFile
)

Implementation

ffi.Pointer<HDC__> CreateMetaFileW(
  ffi.Pointer<ffi.Uint16> pszFile,
) {
  return _CreateMetaFileW(
    pszFile,
  );
}