[ TDx_DrawVideoPortContainer ]
[ next: GetVideoPortConnectInfo() ]
[ prev: Destroy() ]
public:
virtual bool __fastcall EnumVideoPorts( TDDVideoPortCaps* pVideoPortCaps, 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_DrawVideoPortContainer::EnumVideoPorts
method
will
enumerate
video
ports
that
are
compatible
with
the
specified
capabilities.
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
VideoPortCaps
The VideoPortCaps parameter references a TDDVideoPortCaps component defining the capabilities that are to be checked against the available video ports.
When this parameter is set to NULL, all video ports will be enumerated.
Context
The Context parameter references a caller defined object that is to be passed to the TDx_DrawVideoPortContainer::EnumVideoCallback() event for each video port enumerated.
SEE ALSO
Top
Parameters