pluginResource2FileAssociation, structure (tspubplugin2com.h)
Contient des informations sur une association de fichiers dans RemoteApp and Desktop Connection.
Syntaxe
typedef struct __MIDL_ItsPubPlugin2_0001 {
WCHAR extName[256];
boolean primaryHandler;
unsigned long pceIconSize;
byte *iconContents;
} pluginResource2FileAssociation;
Membres
extName[256]
Chaîne terminée par null qui contient l’extension de nom de fichier. La longueur de cette chaîne est limitée à MAX_FILE_ASSOC_EXTENSION_SIZE caractères, y compris le caractère NULL de fin.
primaryHandler
Indique s’il s’agit du gestionnaire principal de l’association de fichiers.
pceIconSize
Taille, en octets, de la mémoire tampon iconContents .
iconContents
Tableau d’octets qui contient l’icône à afficher pour les fichiers avec l’extension spécifiée.
Remarques
MAX_FILE_ASSOC_EXTENSION_SIZE est déclaré comme suit :
#define MAX_FILE_ASSOC_EXTENSION_SIZE 256
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 |
Serveur minimal pris en charge | Windows Server 2012 |
En-tête | tspubplugin2com.h |