Overlapped.Unpack(NativeOverlapped*) Méthode

Définition

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

Overlapped

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.

S’applique à