What is the syntax of this method header?

Hello,

I am working on Win32 stuff and I came across a method header like this

ATOM WINAPI RegisterClassEx(
_In_ const WNDCLASSEX *lpwcx
);

ATOM is the return type.
RegisterClassEx is the name,
but what is the WINAPI part?
I didn't know such a thing existed in C++. Thank you.
Topic archived. No new replies allowed.