_ExportListOptions-Enumeration (mmcobj.h)
Die ExportListOptions-Enumeration wird von der View.ExportList-Methode verwendet und gibt Optionen an, wenn Listenansichtsinhalte in eine Datei geschrieben werden. Diese Werte können mit einem bitweisen OR-Vorgang kombiniert werden. Diese Enumeration gilt für das MMC 2.0 Automation-Objektmodell.
Syntax
typedef enum ExportListOptions {
ExportListOptions_Default = 0,
ExportListOptions_Unicode = 0x1,
ExportListOptions_TabDelimited = 0x2,
ExportListOptions_SelectedItemsOnly = 0x4
} _ExportListOptions, EXPORTLISTOPTIONS;
Konstanten
ExportListOptions_Default Wert: 0 Standardmäßige Listenexportoption. Wenn dies das einzige Flag ist, das im Aufruf von View.ExportList angegeben ist, werden die Inhalte der Listenansicht als durch Kommas getrenntem ANSI-Text exportiert. |
ExportListOptions_Unicode Wert: 0x1 Die Liste wird als Unicode-Text exportiert. |
ExportListOptions_TabDelimited Wert: 0x2 Die Liste wird als tabulatortrennter Text exportiert. |
ExportListOptions_SelectedItemsOnly Wert: 0x4 Die exportierte Liste enthält nur aktuell ausgewählte Elemente. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista |
Unterstützte Mindestversion (Server) | Windows Server 2008 |
Kopfzeile | mmcobj.h |