.NET/C++

【.NET/C++】IntPtr을 HWND로 변환

1Q74 2023. 2. 28. 12:12

다음과 같이 해 보세요.

IntPtr pidl = IntPtr::Zero;
HWND hwnd = (HWND)pidl.ToInt32();