Why doesn't my compiler like this?
Code:
WriteFile("doucument1.txt","Data",0,NULL,OVERLAPPED);
This is the error that comes up:
expected primary-expression before ')' token
Thanks in advance, August