摘要:
!define SHCNE_ASSOCCHANGED 0x8000000!define SHCNF_IDLIST 0System::Call'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i ${SHCNF_IDLIST}, i 0, i 0)' 阅读全文
posted @ 2012-03-31 19:21
把爱延续
阅读(556)
评论(0)
推荐(0)
摘要:
fopenFILE * fopen ( const char * filename, const char * mode );Open fileOpens the file whose name is specified in the parameterfilenameand associates it with a stream that can be identified in future operations by the FILE object whose pointer is returned. The operations that are allowed on the stre 阅读全文
posted @ 2012-03-31 10:17
把爱延续
阅读(3894)
评论(0)
推荐(0)