Hi everybody,
Here is a simple code I am trying to get work:
int main()
{
SYSTEMTIME st = {2000,10,15,0,0,0,0,0};
FILETIME ft;
int intRet;
LPVOID lpMsgBuf;
char chrMsg[256];
intRet = SystemTimeToFileTime(&st,&ft);
FormatMessage
(
FORMAT_MESSAGE_ALLOCATE_BUFFER...