Microsoft DirectX 9.0 |
The Init method initializes the streaming thread.
Syntax
HRESULT Init(void);
Return Value
Returns S_OK, or another HRESULT value.
Remarks
This method must be the first thread request sent to the CSourceStream::ThreadProc method. The CSourceStream::Active method calls this method.
See Also