WindowsXP-SP1/inetcore/connectionwizard/icwutil/validate.h

11 lines
377 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#ifndef _VALIDATE_H
#define _VALIDATE_H
BOOL IsValid(LPCTSTR pszText, HWND hWndParent, WORD wNameID);
BOOL validate_cardnum(HWND hWndParent, LPCTSTR lpszRawCardNum);
BOOL validate_cardexpdate(HWND hWndParent, int month, int year);
void DoValidErrMsg(HWND hWndParent, int iNameId);
void DoSpecificErrMsg(HWND hWndParent, int iErrId);
#endif //_VALIDATE_H