CreateAscendStream
Function Usage
Creates a stream in the calling process or thread. This API is synchronous.
This API registers and processes threads of the callback function on the stream. The threads are all named mx_stream.
Prototype
1 | APP_ERROR AscendStream::CreateAscendStream(); |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: AscendStream