Syntax
Parameters
riidType: const IID & The GUID of the interface to a fence. Most commonly, ID3D12Fence, although it may be any GUID for any interface. If the protected session object doesn’t support the interface for this GUID, the function returns E_NOINTERFACE. ppFence [optional]
Type: void ** A pointer to a memory block that receives a pointer to the fence for the given protected session.
Return value
Type: HRESULT If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.Requirements
Header: d3d12_xs.h or d3d12_x.hLibrary: d3d12_xs.lib or d3d12_x.lib
Supported Platforms: XBOX Series consoles and XBOX One family
