NAME

GdipClonePath  (GDIPLUS.53)

SYNOPSIS

 GpStatus WINGDIPAPI  GdipClonePath
 (
  GpPath*  path,
  GpPath** clone
 )

DESCRIPTION

Duplicate the given path in memory.

PARAMS

path [In] The path to be duplicated.
clone [Out] Pointer to the new path.

RETURNS

InvalidParameter If the input path is invalid OutOfMemory If allocation of needed memory fails Ok If everything works out as expected

IMPLEMENTATION

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

Implemented in "dlls/gdiplus/graphicspath.c". https://source.winehq.org/source/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 Mar 2024.