www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Draw_Library v1.90 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: admin@bcb-tools.com.
|
|