개발/연구
Callback Function Usages
콜백함수를 사용하기 위해서는 콜백이 사용되는 클래스에서 콜백함수를 define 한 다음 콜백함수를 호출 해주면 된다. 선언형식은 클래스 밖에서 아래와 같이 선언한다. typedef void(WINAPI *CALLBACK)(LPCTSTR lpRoot, LPCTSTR lpPath, LPCTSTR lpKey, BOOL isKey, LPCTSTR isDesc); void CALLBACK PrintDesc(LPCTSTR lpRoot, LPCTSTR lpPath, LPCTSTR lpKey, BOOL isKey, LPCTSTR isDesc); void CALLBACK PrintDesc(LPCTSTR lpRoot, LPCTSTR lpPath, LPCTSTR lpKey, BOOL isKey, LPCTSTR isDesc)..
2006. 3. 7. 10:01
최근 댓글