GetEnhMetaFileDescriptionW(3w)
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
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/enhmetafile.c".
- Debug channel "enhmetafile".