DisposeTextSubscriber
Disposes of Text subscriber thread.
Synopsis
int32 DisposeTextSubscriber (TextContextPtr ctx)
Description
Disposes of the Text subscriber thread created with NewTextSubscriber()
.
Arguments
- cxt
- Pointer to Text subscriber context.
Return Value
Returns an error code, or zero if there was no error.
Caveat
This function is part of the Subscriber.lib library file that can currently (Toolkit1.5) be found in Attic:Streaming:2p1:DataStream:Subscribers:Subscriber.lib. It will later be integrated into the main Streaming tree.
Associated Files
TextSubscriber.h
See Also
NewTextSubscriber