WMCreateWriterPushSink function
The WMCreateWriterPushSink function creates a writer push sink object. Push sinks are used to deliver streaming content to other media servers for distribution.
Syntax
HRESULT WMCreateWriterPushSink(
IWMWriterPushSink **ppSink
);
Parameters
ppSink
Pointer to a pointer to the IWMWriterPushSink interface of the newly created writer push sink object.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The function succeeded. |
|
The function is unable to allocate memory for the new object. |
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps only],Windows Media Format 9 Series SDK, or later versions of the SDK |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | wmsdkidl.h (include Wmsdk.h) |
| Library | Wmvcore.lib |
| DLL | Wmvcore.dll |