IStorageItemHandleAccess::Create 方法 (windowsstoragecom.h)
建立檔案的句柄。
語法
HRESULT Create(
[in] HANDLE_ACCESS_OPTIONS accessOptions,
[in] HANDLE_SHARING_OPTIONS sharingOptions,
[in] HANDLE_OPTIONS options,
[in, optional] IOplockBreakingHandler *oplockBreakingHandler,
[out, retval] HANDLE *interopHandle
);
參數
[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 |