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.