Home
last modified time | relevance | path

Searched refs:hwnd (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dread_pwd.c94 void center_dialog(HWND hwnd) in center_dialog() argument
101 if (hwnd == NULL) in center_dialog()
104 GetWindowRect(hwnd, &r); in center_dialog()
113 MoveWindow(hwnd, r.left, r.top, dlgwidth, dlgheight, TRUE); in center_dialog()