[ TDx_DrawSurface ]
[ next: GetUniquenessValue() ]
[ prev: GetPrivateData() ]
public:
virtual bool __fastcall GetSurfaceDesc( TDDSurfaceDesc* pSurfaceDesc );
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::GetSurfaceDesc
method
will
retrieve
the
current
surface
description.
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
SurfaceDesc
The SurfaceDesc parameter references a TDDSurfaceDesc component for holding the retrieved surface description if this method returns successfully.
SEE ALSO
Top
Parameters