Home
last modified time | relevance | path

Searched refs: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; in center_dialog() local
107 hdc = GetDC(NULL); in center_dialog()
108 scrwidth = GetDeviceCaps(hdc, HORZRES); in center_dialog()
109 scrheight = GetDeviceCaps(hdc, VERTRES); in center_dialog()
110 ReleaseDC(NULL, hdc); in center_dialog()