문제

Is it possible to make your own winapi function like GetPixel that work on windows, if it is what steps should make?

도움이 되었습니까?

해결책

Yes and no. One way or another, you will end up accessing some part of the WinAPI. You may provide utility wrappers, and many parts of the WinAPI already are such wrappers. But you can't entirely avoid it. At the heart of Windows are datastructures that you just can't access directly.

But why do you want this?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top