Searched defs:hdc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dread_pwd.c99 HDC hdc; local
107 hdc = GetDC(NULL);
108 scrwidth = GetDeviceCaps(hdc, HORZRES);
109 scrheight = GetDeviceCaps(hdc, VERTRES);
110 ReleaseDC(NULL, hdc);

Completed in 44 milliseconds