IStorageFolderHandleAccess ::Create, méthode (windowsstoragecom.h)

Crée un handle pour un fichier qui se trouve dans un dossier de stockage.

Syntaxe

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
);

Paramètres

[in] fileName

Nom du fichier pour lequel vous voulez obtenir un handle.

[in] creationOptions

Action à entreprendre sur un fichier qui existe ou n’existe pas.

[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

Voir aussi

IStorageFolderHandleAccess