IStorageFolderHandleAccess::Create メソッド (windowsstoragecom.h)
ストレージ フォルダー内のファイルへのハンドルを作成します。
構文
HRESULT Create(
[in] LPCWSTR fileName,
[in] HANDLE_CREATION_OPTIONS creationOptions,
[in] HANDLE_ACCESS_OPTIONS accessOptions,
[in] HANDLE_SHARING_OPTIONS sharingOptions,
[in] HANDLE_OPTIONS options,
[in, optional] IOplockBreakingHandler *oplockBreakingHandler,
[out, retval] HANDLE *interopHandle
);
パラメーター
[in] fileName
ハンドルを取得する対象のファイルの名前。
[in] creationOptions
存在するファイルまたは存在しないファイルに対して実行するアクション。
[in] accessOptions
ハンドルがファイルに対して持つアクセスのレベル。
[in] sharingOptions
ハンドルの要求された共有モード。
[in] options
ファイル ハンドルのフラグ。
[in, optional] oplockBreakingHandler
現在、実装されていません。
[out, retval] interopHandle
ファイルへのハンドル。
戻り値
このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2016 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | windowsstoragecom.h |
[DLL] | Windows.storage.dll |