Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C ++/CLIコードで取得したパラメーターからPtrIntを取得する必要があります
入力はCWnd*であり、PtrIntを出力として返す必要があります。
助けてくれてありがとう。
IntPtrのことですか?IntPtr(void *)コンストラクターを使用して、ネイティブポインターからifを作成できます。
IntPtr ptr((void*)pWnd);