Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlsh_pwd.c461 int PaintLogoBitmap( HANDLE hPicFrame ) in PaintLogoBitmap() argument
470 InvalidateRect( hPicFrame, NULL, TRUE); in PaintLogoBitmap()
471 UpdateWindow( hPicFrame ); in PaintLogoBitmap()
473 hdc = GetDC(hPicFrame); in PaintLogoBitmap()
475 GetClientRect(hPicFrame, &rect); in PaintLogoBitmap()
483 ReleaseDC(hPicFrame, hdc); in PaintLogoBitmap()