【.NET/C++】IntPtr을 HWND로 변환 다음과 같이 해 보세요. IntPtr pidl = IntPtr::Zero; HWND hwnd = (HWND)pidl.ToInt32(); .NET/C++ 2023.02.28