Overlapped.Unpack(NativeOverlapped*) 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.
Important
Cette API n’est pas conforme CLS.
Décompacte la structure NativeOverlapped non managée spécifiée dans un objet Overlapped managé.
public:
static System::Threading::Overlapped ^ Unpack(System::Threading::NativeOverlapped* nativeOverlappedPtr);
[System.CLSCompliant(false)]
public static System.Threading.Overlapped Unpack (System.Threading.NativeOverlapped* nativeOverlappedPtr);
[System.CLSCompliant(false)]
[System.Security.SecurityCritical]
public static System.Threading.Overlapped Unpack (System.Threading.NativeOverlapped* nativeOverlappedPtr);
[<System.CLSCompliant(false)>]
static member Unpack : nativeptr<System.Threading.NativeOverlapped> -> System.Threading.Overlapped
[<System.CLSCompliant(false)>]
[<System.Security.SecurityCritical>]
static member Unpack : nativeptr<System.Threading.NativeOverlapped> -> System.Threading.Overlapped
Paramètres
- nativeOverlappedPtr
- NativeOverlapped*
Pointeur non managé vers une structure NativeOverlapped.
Retours
Objet Overlapped contenant les informations décompactées de la structure native.
- Attributs
Exceptions
nativeOverlappedPtr
a la valeur null
.
Remarques
La NativeOverlapped structure n’est pas libérée de la mémoire physique tant que vous n’appelez pas la Free méthode.