SafeHandle.SetHandle(IntPtr) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit le handle au handle préexistant spécifié.
protected:
void SetHandle(IntPtr handle);
protected void SetHandle (IntPtr handle);
member this.SetHandle : nativeint -> unit
Protected Sub SetHandle (handle As IntPtr)
Paramètres
- handle
-
IntPtr
nativeint
Handle préexistant à utiliser.
Remarques
Utilisez la SetHandle méthode uniquement si vous devez prendre en charge un handle préexistant (par exemple, si le handle est retourné dans une structure), car l’infrastructure d’interopérabilité COM .NET Framework ne prend pas en charge le marshaling des handles de sortie dans une structure.