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.
不小心放了一个NULL参数wglGetPbufferDCARB。
NULL
wglGetPbufferDCARB
它是这样的:
HDC hDC = wglGetPbufferDCARB(NULL);
没想到这段代码返回了一个真实的hDC!但我没有找到任何关于它的信息。
hDC
有谁知道这hDC是从哪里来的?