Hello!

i m a student doing my Final Year Project. i m given a software task using Visual C++ to make an application running a Bluetooth device. Though i m familiar with C and C++, i m very new to Visual C++..

i m given thousands of lines of code to look at now.. though i can recognise the language, there are many things that are unfamiliar to me

int WINAPI WinMain(...) { ... }

Can anybody tell me what is WINAPI? Why is it declared after the type and before the function name?

i have checked up Microsoft MSDN site and searched the forum here but to no positive results..

hope brothers here can help me~ thanks!!