次の方法で共有


MSFT_Volume クラスの SetFileSystemLabel メソッド

ボリュームのファイル システム ラベルを設定します。

構文

UInt32 SetFileSystemLabel(
  [in]  String FileSystemLabel,
  [out] String ExtendedStatus
);

パラメーター

FileSystemLabel [in]

ファイル システム ラベル。

ExtendedStatus [out]

埋め込み MSFT_StorageExtendedStatus オブジェクトを含む文字列。

このパラメーターを使用すると、ストレージ プロバイダーは拡張 (実装固有の) エラー情報を返すことができます。

戻り値

成功 (0)

Not Supported (1)

不明なエラー (2)

タイムアウト (3)

失敗 (4)

無効なパラメーター (5)

要件

要件
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
名前空間 Root\Microsoft\Windows\Storage
MOF Storagewmi.mof

関連項目

MSFT_Volume