| 
   Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits.  | 
LDialogEffect::GetEffectParams
#include "ltwrappr.h"
L_INT LDialogEffect::GetEffectParams(pEffectDlgParam, uStructSize) const;
| 
 LPEFFECTDLGPARAMS pEffectDlgParam;  | 
 /* pointer to a structure */  | 
| 
 L_UINT uStructSize;  | 
 /* size of EFFECTDLGPARAMS structure */  | 
Gets the parameters entered by the user, through the dialog displayed by the LDialogEffect::DoModalGetEffect function.
| 
 Parameter  | 
 Description  | 
| 
 pEffectDlgParam  | 
 Pointer to a EFFECTDLGPARAMS structure to be updated with the parameters entered by the user, through the dialog displayed by the LDialogEffect::DoModalGetEffect function.  | 
| 
 uStructSize  | 
 The structure size for the input structure.  | 
Returns
| 
 SUCCESS  | 
 The function was successful.  | 
| 
 < 1  | 
 An error occurred. Refer to Return Codes.  | 
Comments
This will update the passed structure with the class object's current settings for the internal EFFECTDLGPARAMS structure.
Required DLLs and Libraries
| 
 LTDLGEFX  | 
See Also
| 
 Functions:  | 
|
| 
 Topics:  | 
Example
For an example, refer to LDialogEffect::DoModalGetEffect.