[ TDx_DrawSurface ]
[ next: Flip() ]
[ prev: EnumAttachedSurfaces() ]
public:
virtual bool __fastcall EnumOverlayZOrders( dword pFlags, void* pContext );
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::EnumOverlayZOrders
method
will
enumerate
overlay
surfaces.
Instead
of
writing
a
manual
callback
function,
just
place
your
code
in
the
TDx_DrawSurface::OnEnumOverlayZOrders()
event.
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
SEE ALSO
Top
Parameters