Exemple #1
0
BOOL PASCAL _Cover_CorrectWriting( HWND hwnd, LPSTR lpstr, UINT cb,
                        LPRC lprc, DWORD dw1, DWORD dw2 )
{
    __InitPenWinRC( lprc );
    return( CorrectWriting( hwnd, lpstr, cb, lprc, dw1, dw2 ) );
}
Exemple #2
0
BOOL PASCAL _Cover_DictionarySearch( LPRC lprc, LPSYE lpsye, int i1,
                        LPSYV lpsyv, int i2 )
{
    __InitPenWinRC( lprc );
    return( DictionarySearch( lprc, lpsye, i1, lpsyv, i2 ) );
}