Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
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
0x1 clears the current framebuffer
0x2 clears the shadow framebuffer
0x3 clears both framebuffers
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.