Configuration Manager の ClientEditions Windows Management Instrumentation (WMI) クラス メソッドは、クライアント エディションの一覧と、DeviceOwner プロパティを編集できるかどうかを取得します。
次の構文は、マネージ オブジェクト形式 (MOF) コードから簡素化され、メソッドを定義したものです。
構文
SInt32 ClientEditions(
UInt32 ClientEdition[],
Boolean Editable[]
);
パラメーター
ClientEdition データ型: UInt32 配列
Qualifiers: [out]
クライアントのエディション。 使用可能な値は次のとおりです。
| 値 | クライアントのエディション |
|---|---|
| 0 | Desktop |
| 1 | Windows RT |
| 2 | Windows Mobile 6 |
| 3 | Nokia Symbian |
| 4 | Windows Phone |
| 5 | Mac |
| 6 | Windows CE |
| 7 | Windows Embedded |
| 8 | iOS |
| 9 | iPad |
| 10 | iPodTouch |
| 11 | アンドリオド |
| 12 | iSocConsumer |
| 13 | Unix/Linux |
Editable データ型: Boolean 配列
Qualifiers: [out]
true
DeviceOwner プロパティが編集可能な場合。
戻り値
成功を示す 0 または失敗を示す場合は 0 以外の SInt32 データ型。
返されたエラーの処理の詳細については、「Configuration Manager のエラーについて」を参照してください。
要件
ランタイム要件
詳細については、「Configuration Manager サーバー ランタイム要件」を参照してください。
開発要件
詳細については、「Configuration Manager サーバー開発の要件」を参照してください。