IWorkspaceResTypeRegistry interface (workspaceax.h)

Exposes methods that allow a plug-in to manage third-party file name extensions in RemoteApp and Desktop Connection runtime. This interface is implemented by the Remote Desktop Services workspace runtime. These methods are called by custom clients.

Inheritance

The IWorkspaceResTypeRegistry interface inherits from the IDispatch interface. IWorkspaceResTypeRegistry also has these types of members:

Methods

The IWorkspaceResTypeRegistry interface has these methods.

 
IWorkspaceResTypeRegistry::AddResourceType

Registers a third-party file name extension with the RemoteApp and Desktop Connections runtime.
IWorkspaceResTypeRegistry::DeleteResourceType

Unregisters a third-party file name extension with the RemoteApp and Desktop Connections runtime.
IWorkspaceResTypeRegistry::GetRegisteredFileExtensions

Retrieves the third-party file name extensions that are registered with the RemoteApp and Desktop Connections runtime.
IWorkspaceResTypeRegistry::GetResourceTypeInfo

Retrieves information about a third-party file name extension that is registered with the RemoteApp and Desktop Connections runtime.
IWorkspaceResTypeRegistry::ModifyResourceType

Modifies a third-party file name extension that is registered with the RemoteApp and Desktop Connections runtime.

Requirements

Requirement Value
Minimum supported client Windows 7
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header workspaceax.h