struttura plugResource2FileAssociation (tspubplugin2com.h)
Contiene informazioni su un'associazione di file in Connessione RemoteApp e Desktop.
Sintassi
typedef struct __MIDL_ItsPubPlugin2_0001 {
WCHAR extName[256];
boolean primaryHandler;
unsigned long pceIconSize;
byte *iconContents;
} pluginResource2FileAssociation;
Members
extName[256]
Stringa con terminazione null contenente l'estensione del nome file. La lunghezza di questa stringa è limitata a MAX_FILE_ASSOC_EXTENSION_SIZE caratteri, incluso il carattere NULL terminante.
primaryHandler
Indica se si tratta del gestore primario per l'associazione di file.
pceIconSize
Dimensioni, in byte, del buffer iconContents .
iconContents
Matrice di byte che contiene l'icona da visualizzare per i file con l'estensione specificata.
Commenti
MAX_FILE_ASSOC_EXTENSION_SIZE viene dichiarato come segue:
#define MAX_FILE_ASSOC_EXTENSION_SIZE 256
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 |
Server minimo supportato | Windows Server 2012 |
Intestazione | tspubplugin2com.h |