Resets the DXGI device manager, for Xbox One.
HRESULT MFResetDXGIDeviceManagerX(
IMFDXGIDeviceManager *pDeviceManager,
IGraphicsUnknown *pUnkDevice,
UINT resetToken
)
pDeviceManager
Type: IMFDXGIDeviceManager *
[in] The DXGI device manager to reset, as a pointer to IMFDXGIDeviceManager.
pUnkDevice
Type: IGraphicsUnknown *
[in] A pointer to the IGraphicsUnknown interface of the Microsoft DirectX Graphics Infrastructure (DXGI) device.
resetToken
Type: UINT
[in] The token that was received in the pResetToken parameter of the MFCreateDXGIDeviceManager function.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Refer to Media Foundation return codes.
Header: Declared in mfapi.h.
Library: Use Mfplat.lib.