Overlapped.Unpack(NativeOverlapped*) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Important
이 API는 CLS 규격이 아닙니다.
지정된 관리 NativeOverlapped 되지 않는 구조체의 압축을 관리 Overlapped 되는 개체로 압축을 풉니다.
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
매개 변수
- nativeOverlappedPtr
- NativeOverlapped*
구조체에 대한 관리되지 않는 포인터입니다 NativeOverlapped .
반품
네이 Overlapped 티브 구조에서 압축을 풉진 정보가 들어 있는 개체입니다.
- 특성
예외
nativeOverlappedPtr은 null입니다.
설명
메서드를 NativeOverlapped 호출할 때까지 실제 메모리에서 구조가 Free 해제되지 않습니다.