[ TDx_DrawSurface ]
[ next: GetAttachedSurface() ]
[ prev: Flip() ]
public:
virtual bool __fastcall FreePrivateData( REFGUID pTag );
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::FreePrivateData
method
will
free
specified
private
data.
If
the
method
call
fails,
the
OnError
event
will
be
triggered
with
one
of
the
following
values:
DDERR_INVALIDOBJECT
DDERR_INVALIDPARAMS
DDERR_NOTFOUND
PARAMETERS
Top
See Also
Tag
The Tag parameter references the GUID of the private data that is to be freed.
SEE ALSO
Top
Parameters