Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDx_InputDevice::RunControlPanel() ]
[ next: SendDeviceData() ]
[ prev: Poll() ]
public:
virtual bool __fastcall RunControlPanel( HWND pOwner );
TDX_INPUTDEVICE::RUNCONTROLPANEL()
[ component method ]
- Description
The
RunControlPanel()
method
will
run
the
control
panel
associated
with
the
device.
The
default
device
control
panel
will
be
launched
if
no
association
has
been
made.
Error
Values
that
can
be
generated
are:
DIERR_INVALIDPARAM
DIERR_NOTINITIALIZED
- Parameters
Owner
The Owner parameter defines the handle of the parent window of the control panel user interface.
Setting this parameter to NULL results in no parent window being used.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|