Hey.

I was wondering when u have a member function foo, what is the diffrence between:

Code:
DWORD static foo();
and
Code:
static DWORD foo();
Thx in advance.