SysHolographicRuntimeRegistration(ValueSet) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a system holographic runtime registration manager. This API is available only to components of the Windows operating system.
public:
SysHolographicRuntimeRegistration(ValueSet ^ parameters);
SysHolographicRuntimeRegistration(ValueSet const& parameters);
public SysHolographicRuntimeRegistration(ValueSet parameters);
function SysHolographicRuntimeRegistration(parameters)
Public Sub New (parameters As ValueSet)
Parameters
- parameters
- ValueSet
A set of additional parameters to consider during registration.
Remarks
Calls to these APIs will fail at runtime for all processes other than components of the Windows operating system. These APIs may be modified or removed in future Windows releases.