共用方式為


pluginResource 結構 (tspubplugincom.h)

包含可在 RemoteApp 和桌面連線中指派給使用者之資源的相關信息。

語法

typedef struct __MIDL_ItsPubPlugin_0001 {
  WCHAR         alias[256];
  WCHAR         name[256];
  WCHAR         *resourceFileContents;
  WCHAR         fileExtension[256];
  WCHAR         resourcePluginType[256];
  boolean       isDiscoverable;
  long          resourceType;
  unsigned long pceIconSize;
  byte          *iconContents;
  unsigned long pcePluginBlobSize;
  byte          *blobContents;
} pluginResource;

成員

alias[256]

資源的別名。

name[256]

資源名稱。

resourceFileContents

資源檔的內容。 外掛程式應該藉由呼叫 CoTaskMemAlloc 函式來配置此成員的記憶體。

fileExtension[256]

資源檔的擴展名。 如果此成員設定為 「.rdp」,RD Web Access 會使用 ActiveX 控制件開啟檔案。

resourcePluginType[256]

識別資源外掛程式的唯一標識碼。

isDiscoverable

布爾值,指出資源是否應該顯示在 RD Web Access 或 RemoteApp 和 Desktop Connections 中。

resourceType

資源的型別。

1

RemoteApp 應用程式。

2

個人虛擬桌面。

pceIconSize

圖示的大小,以位元組為單位。

iconContents

位元組陣列,定義要針對資源顯示的圖示。

pcePluginBlobSize

blobContents 成員的大小,以位元組為單位。

blobContents

此成員已保留。 將它設定為 NULL

規格需求

需求
最低支援的用戶端 都不支援
最低支援的伺服器 Windows Server 2008 R2
標頭 tspubplugincom.h

另請參閱

RemoteApp 和桌面連線管理服務介面

RemoteApp 和桌面連線管理服務結構