Lines Matching refs:hDC
60 BOOL wglJoinSwapGroupNV(HDC hDC,
66 BOOL wglQuerySwapGroupNV(HDC hDC,
70 BOOL wglQueryMaxSwapGroupsNV(HDC hDC,
74 BOOL wglQueryFrameCountNV(HDC hDC,
77 BOOL wglResetFrameCountNV(HDC hDC);
87 wglJoinSwapGroupNV adds <hDC> to the swap group specified by <group>.
88 If <hDC> is already a member of a different group, it is
91 wglQueryMaxSwapGroupsNV. If <group> is zero, the hDC is unbound from its
95 wglJoinSwapGroupNV returns True if <hDC> has been successfully bound to
110 currently bound to hDC, if any.
113 queried for <hDC> and False if it fails.
118 drives window <hDC>.
121 successfully queried for <hDC> and False if it fails.
128 Any hDC that is not a window (i.e. a non-visible rendering buffer) is always
188 ERROR_DC_NOT_FOUND if <hDC> is not a valid HDC.