IStorageItemHandleAccess ::Create, méthode (windowsstoragecom.h)
Crée un handle dans un fichier.
Syntaxe
HRESULT Create(
[in] HANDLE_ACCESS_OPTIONS accessOptions,
[in] HANDLE_SHARING_OPTIONS sharingOptions,
[in] HANDLE_OPTIONS options,
[in, optional] IOplockBreakingHandler *oplockBreakingHandler,
[out, retval] HANDLE *interopHandle
);
Paramètres
[in] accessOptions
Niveau d’accès d’un handle sur le fichier.
[in] sharingOptions
Mode de partage demandé du handle.
[in] options
Indicateurs du handle de fichier.
[in, optional] oplockBreakingHandler
Actuellement non implémenté.
[out, retval] interopHandle
Handle du fichier.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 (applications de bureau uniquement) |
Serveur minimal pris en charge | Windows Server 2016 (applications de bureau uniquement) |
Plateforme cible | Windows |
En-tête | windowsstoragecom.h |
DLL | Windows.storage.dll |