Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The ExportListOptions enumeration is used by the View.ExportList method and specifies options when writing list view contents to a file. These values can be combined using a bitwise OR operation. This enumeration applies to the MMC 2.0 Automation Object Model.
Syntax
typedef enum ExportListOptions {
ExportListOptions_Default = 0,
ExportListOptions_Unicode = 0x1,
ExportListOptions_TabDelimited = 0x2,
ExportListOptions_SelectedItemsOnly = 0x4
} _ExportListOptions, EXPORTLISTOPTIONS;
Constants
ExportListOptions_DefaultValue: 0 Default list export option. If this is the only flag specified in the call to View.ExportList, then the list view contents are exported as comma-delimited ANSI text. |
ExportListOptions_UnicodeValue: 0x1 The list is exported as Unicode text. |
ExportListOptions_TabDelimitedValue: 0x2 The list is exported as tab-delimited text. |
ExportListOptions_SelectedItemsOnlyValue: 0x4 The exported list contains only currently selected items. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | mmcobj.h |