what does WINAPI stand for

前端 未结 3 1665
醉梦人生
醉梦人生 2020-12-09 05:38

I\'ve started to learn Win32 API in C. I saw that the main function is something like

int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR          


        
3条回答
  •  一向
    一向 (楼主)
    2020-12-09 05:49

    Win - Windows

    API - Application Programming Interface

    Windows Application Programming Interface

提交回复
热议问题