Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The InternalCreateStream method is called by CreateStream to create a stream object (the caller does the argument checking). It should create and initialize the stream object (using CreateStreamObject).
Syntax
HRESULT InternalCreateStream(
DWORD dwMediaType,
TERMINAL_DIRECTION Direction,
ITStream **ppStream
);
Parameters
dwMediaType
Media type or types of call.
Direction
Indicates terminal direction.
ppStream
Pointer to ITStream object interface.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | mspcall.h |