"Evan Stade" estade@gmail.com writes:
This is only declared privately because it is not a function provided by the dll. It follows the exported-function naming scheme however, because it's a counterpart to GdipFree and GdipAlloc.
Please don't do that, it's confusing. If there's no GdipReAlloc just use HeapReAlloc directly.