ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Functions Reference / Camera Raw Color Reconstruction Functions / IG_gui_dspl_rawload_dlg
In This Topic
    IG_gui_dspl_rawload_dlg
    In This Topic

    This function displays the Raw Image Loading Modes dialog.

    Declaration:

     
    Copy Code
    BOOL ACCUAPI IG_gui_dspl_rawload_dlg(
       HWND hWnd,
       AT_INT* choose
    );
    

    Arguments:

    Name Type Description
    hWnd HWND The HWND handle of the window to update.
    choose AT_INT* A pointer to a variable that will hold the choice made by the user.

    Return Value:

    A Boolean value. If the user clicks OK, returns TRUE. Otherwise, returns FALSE.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    Filter

    Remarks:

    "Choose" will return 0, 1, or 2. These correspond to the options in the menu where 0 is Regular, 1 is Manual, and 2 is Raw.