This function returns a string containing the image formats currently supported by ImageMan.
This function takes no parameters.
Return Value
The returned string is in the Windows common dialog format, and is therefore suitable for direct assignment to lpstrFilter in the OPENFILENAME structure that is passed into the GetOpenFileName function. The caller is responsible for freeing the string when done with it. You can call GlobalFreePtr(lpString) to release it.
GlobalFreePtr() is a macro defined in windowsx.h.
© 1995-2004 Data Techniques, Inc. All rights reserved.