Finding files from a directory

Hi,I am doing a win32 application, In that i want to find out files with 2 type of extension.".#a" & ".#b".What modification i have to do the following code.Please help me
1
2
WIN32_FIND_DATA FileData;
HANDLE hDone=FindFirstFile(TEXT("*.#a"),&FileData)
Topic archived. No new replies allowed.