Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_3DI_Library v2.00 Component Reference
|
|
[ TDx_3DDevice::CaptureStateBlock() ]
[ next: Clear() ]
[ prev: BeginStateBlock() ]
public:
virtual bool __fastcall CaptureStateBlock( dword pBlockHandle );
TDX_3DDEVICE::CAPTURESTATEBLOCK()
[ component method ]
- Description
The
TDx_3DDevice::CaptureStateBlock()
method
will
modify
an
existing
state
block
to
match
the
current
settings
for
the
device.
Only
states
already
specified
within
the
existing
state
block
will
be
retrieved,
not
the
whole
device
state.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
D3DERR_INBEGINSTATEBLOCK
- Parameters
BlockHandle
The BlockHandle parameter references the device state block to be modified.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|