공부/c++

MFC hInstance, hWnd 구하기

Lectinua 2019. 5. 27. 01:36

// hInstance를 구하는 법

AfxGetInstanceHandle();

// hWnd를 구하는 법

GetSafeHwnd();

 

출처: https://psychoria.tistory.com/90