pluginResource2 結構 (tspubplugin2com.h)
包含可指派給 RemoteApp 和桌面連線中使用者之資源的其他資訊。
語法
typedef struct __MIDL_ItsPubPlugin2_0002 {
pluginResource resourceV1;
unsigned long pceFileAssocListSize;
pluginResource2FileAssociation *fileAssocList;
WCHAR *securityDescriptor;
unsigned long pceFolderListSize;
pluginFolderName *folderList;
} pluginResource2;
成員
resourceV1
pluginResource結構,其中包含資源的基本資訊。
pceFileAssocListSize
保留供未來使用。 這個成員必須是零。
fileAssocList
保留供未來使用。 這個成員必須是 Null。
securityDescriptor
用來指定具有資源存取權之網域使用者和群組之安全性描述元的字串表示。 如需安全性描述元字串的詳細資訊,請參閱 安全性描述元字串格式。
pceFolderListSize
folderList陣列中的字串數目。
folderList
Null 終止字串的指標陣列,其中包含資源應該顯示的資料夾名稱。 您必須使用 CoTaskMemAlloc 函式來配置這些字串。 呼叫端負責釋放這些字串。
備註
pluginFolderName類型的定義如下:
typedef [string] WCHAR* pluginFolderName;
規格需求
最低支援的用戶端 | Windows 8 |
最低支援的伺服器 | Windows Server 2012 |
標頭 | tspubplugin2com.h |