NAME

GetEnhMetaFileDescriptionW  (GDI32.@)

SYNOPSIS

 UINT GetEnhMetaFileDescriptionW
 (
  HENHMETAFILE hmf,
  UINT         size,
  LPWSTR       buf
 )

PARAMS

hmf [In] enhanced metafile.
size [In] size of buf.
[Out] buffer to receive description.

DESCRIPTION

Copies the description string of an enhanced metafile into a buffer _buf_.

RETURNS

If _buf_ is NULL, returns size of _buf_ required. Otherwise, returns number of characters copied.

IMPLEMENTATION

Declared in "wingdi.h". https://source.winehq.org/source/include/wingdi.h

Implemented in "dlls/gdi32/enhmetafile.c". https://source.winehq.org/source/dlls/gdi32/enhmetafile.c

Debug channel "enhmetafile".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.