LARGE_INTEGER so;
so.HighPart=0;
so.LowPart=0x000f0000;
so.HighPart=0x00000000; 
错误提示: error C2143: syntax error : missing ';' before '.'
 error C2501: 'so' : missing storage-class or type specifiers
 error C2371: 'so' : redefinition; different basic types
 see declaration of 'so'
 error C2143: syntax error : missing ';' before '.'