/
SetSimpleDialogDisplayOption
SetSimpleDialogDisplayOption
Declaration
Delphi (DLL)
function SetSimpleDialogDisplayOption(Option:Integer; WPARAM: integer ):integer;register;
C/C++ (DLL)
_stdcall int SOPAD_SetSimpleDialogDisplayOption(int Option, int WParam);
ActiveX
HRESULT _stdcall SetSimpleDialogDisplayOption([in] long Option, [in] long WParam, [out, retval] long* Result);
Description
with SetSimpleDialogDisplayOption you can clear, redraw or reorganize the Device simpleDialog display
Arguments
Option: DWORD
- Option=0 : clear display
- Option=1 : update display
- Option=2 : copy actual frame buffer in to the shadow buffer
- Option=3 : go to idle mode
WParam:DWORD
option | wparam | description |
---|---|---|
0 |
| framebuffer to fill: 1 byte |
1 | not used yet | |
2 | not used yet | |
3 | not used yet |
Return value
SetSimpleDialogDisplayOption returns (SOPAD_ERROR_SUCCESS = 0) if it was possible to cache the settings.
Otherwise the function returns the appropriate error code. You can get extended error code with the help of GetSOPadError call.
Possible error codes are listed below: Driver error codes
Samples
See also
, multiple selections available,
Related content
SetSimpleDialogResourceImage
SetSimpleDialogResourceImage
More like this
SetSimpleDialogResourceText
SetSimpleDialogResourceText
More like this
SetLCDDefaultPictureOptions
SetLCDDefaultPictureOptions
More like this
SimpleDialog-FrameWork
SimpleDialog-FrameWork
More like this
SimpleDialog Modus
SimpleDialog Modus
Read with this
UID_SetState
UID_SetState
More like this