GdipClonePath (GDIPLUS.53)
GpStatus WINGDIPAPI GdipClonePath ( GpPath* path, GpPath** clone )
Duplicate the given path in memory.
path | [In] | The path to be duplicated. |
clone | [Out] | Pointer to the new path. |
InvalidParameter If the input path is invalid OutOfMemory If allocation of needed memory fails Ok If everything works out as expected
Declared in "include/gdiplusflat.h". gitlab.winehq.org/wine/wine/blob/master/include/gdiplusflat.h
Implemented in "dlls/gdiplus/graphicspath.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdiplus/graphicspath.c
Debug channel "gdiplus".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.