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.
Sets the output device when the video processor is used as part of a renderer and the renderer has knowledge of the output device.
Syntax
HRESULT SetOutputDevice(
[in] IUnknown *pOutputDevice
);
Parameters
[in] pOutputDevice
An IUnknown representing the output device. This may be either a IDXGIOutput or Windows.Graphics.Display.IDisplayInformation, depending on the renderer.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 version 1803 |
| Minimum supported server | Windows Server version 1803 |
| Header | mfidl.h |