[ TDx_DrawVideoPortContainer ]
[ next: Destroy() ]
[ prev: Create() ]
public:
virtual bool __fastcall CreateVideoPort( dword pFlags, TDDVideoPortDesc* pVideoPortDesc, TDx_DrawVideoPort* pVideoPort );
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::CreateVideoPort
method
will
create
a
video
port
as
defined
by
the
settings
of
the
Flags
and
VideoPortDesc
parameters.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_CURRENTLYNOTAVAIL
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
DDERR_NOCOOPERATIVELEVELSET
DDERR_OUTOFCAPS
DDERR_OUTOFMEMORY
PARAMETERS
Top
See Also
Flags
The Flags parameter defines flags indicating which portion of the video stream the video-port will control.
The described effect applies when the flag is set.
Set this parameteer to NULL if no control options are needed.
VideoPortDesc
The VideoPortDesc parameter references a TDDVideoPortDesc component defining the properties of the video port being created.
VideoPort
The VideoPort parameter will reference the new video port if this method returns successfully.
SEE ALSO
Top
Parameters