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.
Specifies the type of personal desktop resolution being requested.
Syntax
typedef enum _TSPUB_PLUGIN_PD_RESOLUTION_TYPE {
TSPUB_PLUGIN_PD_QUERY_OR_CREATE = 0,
TSPUB_PLUGIN_PD_QUERY_EXISTING = 1
} TSPUB_PLUGIN_PD_RESOLUTION_TYPE;
Constants
TSPUB_PLUGIN_PD_QUERY_OR_CREATEValue: 0 Resolve an existing personal desktop for the user. If no personal desktop exists, the ResolvePersonalDesktop method should create a new one. |
TSPUB_PLUGIN_PD_QUERY_EXISTINGValue: 1 Resolve an existing personal desktop for the user. If no personal desktop exists, the ResolvePersonalDesktop method should return an error code. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 |
| Minimum supported server | Windows Server 2012 |
| Header | tspubplugin2com.h |