Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawVideoPortContainer::EnumVideoPorts() ]
[ next: GetVideoPortConnectInfo() ]
[ prev: Destroy() ]
public:
virtual bool __fastcall EnumVideoPorts( TDDVideoPortCaps* pVideoPortCaps, void* pContext );
TDX_DRAWVIDEOPORTCONTAINER::ENUMVIDEOPORTS()
[ component method ]
- Description
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
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
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|