[ TDx_DrawSurface ]
[ next: GetClipper() ]
[ prev: GetBltStatus() ]
public:
virtual bool __fastcall GetCaps( TDDSCaps* pSCaps );
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Parameters
See Also
The
TDx_DrawSurface::GetCaps
method
will
retrieve
surface
capability
information.
The
capabilities
of
a
given
surface
are
not
neccessarily
related
to
the
capabilities
of
the
display
device.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
PARAMETERS
Top
See Also
SCaps
The SCaps parameter references a TDDSCaps component for holding the retrieved surface capabilities if this method returns successfully.
SEE ALSO
Top
Parameters