_ExportListOptions列舉 (mmcobj.h)
ExportListOptions 列舉是由 View.ExportList 方法使用,並在將列表檢視內容寫入檔案時指定選項。 這些值可以使用位 OR 運算結合。 此列舉適用於 MMC 2.0 自動化物件模型。
Syntax
typedef enum ExportListOptions {
ExportListOptions_Default = 0,
ExportListOptions_Unicode = 0x1,
ExportListOptions_TabDelimited = 0x2,
ExportListOptions_SelectedItemsOnly = 0x4
} _ExportListOptions, EXPORTLISTOPTIONS;
常數
ExportListOptions_Default 值: 0 預設清單匯出選項。 如果這是呼叫 View.ExportList 中指定的唯一旗標,則清單檢視內容會匯出為逗號分隔的 ANSI 文字。 |
ExportListOptions_Unicode 值: 0x1 清單會匯出為 Unicode 文字。 |
ExportListOptions_TabDelimited 值: 0x2 清單會匯出為製表元分隔文字。 |
ExportListOptions_SelectedItemsOnly 值: 0x4 匯出的清單只包含目前選取的專案。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista |
最低支援的伺服器 | Windows Server 2008 |
標頭 | mmcobj.h |