ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Functions Reference / Utility Functions / IG_gui_resname_get
In This Topic
    IG_gui_resname_get
    In This Topic

    This function returns textual names for resolution constants.

    Declaration:

     
    Copy Code
    VOID  ACCUAPI  IG_gui_resname_get(
            AT_MODE nResolution,
            LPCHAR lpStr,
            DWORD dwSize
    );
    

    Arguments:

    Name Type Description
    nResolution AT_MODE The ImageGear compression constant by type IG_RESOLUTION_. See file accucnst.h for the full list of these constants.
    lpStr LPCHAR String representation of compression constant specified by nResolution argument.
    dwSize DWORD The buffer size of lpStr argument.

    Return Value:

    None

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    GUI Windows

    Remarks:

    This function accepts IG_RESOLUTION_... constants by the first argument and returns its string representation via the second argument. Last parameter - size of lpStr buffer.