Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV WDU_StreamStop | ( | _In_ WDU_STREAM_HANDLE | hStream | ) |
Stops a stream, i.e stops transfers between the stream and the device.
In the case of a write stream, the function flushes the stream - i.e writes its contents to the device - before stopping it.
[in] | hStream | A unique identifier for the stream, as returned by WDU_StreamOpen(). |