HeaderPane
Main
Hide

SftTabs/DLL 7.0 Documentation

Share Link
Print

FreeGDIPlusImageLoadedFromFile

Deletes a GDI+ image obtained using SftTabs_LoadGDIPlusImageFromFile.

C

void SftTabs_FreeGDIPlusImageLoadedFromFile(LPVOID pGDIPlusImage);

Parameters

pGDIPlusImage

A Gdiplus::Image pointer to be deleted. This value is usually obtained from a preceding call to SftTabs_LoadGDIPlusImageFromFile.

Comments

Deletes a GDI+ image obtained using SftTabs_LoadGDIPlusImageFromFile.

This function is mainly intended for applications written using C. Because Gdiplus is C++ based, C applications don't readily have access to the Gdiplus::Image class and cannot use delete to free a GDI+ image object. Using SftTabs_FreeGDIPlusImageLoadedFromFile even C applications can use GDI+ images, without needing access to GDI+ itself.

See Also C/C++ API | C++ Classes | Notifications


Last Updated 05/10/2026 - (email)
© 2026 Softel vdm, Inc.