RaiseException函数是用来在线程中抛出异常用的 
RaiseException 
Thisfunctionraisesanexceptioninthecallingthread. 
voidRaiseException( 
DWORDdwExceptionCode, 
DWORDdwExceptionFlags, 
DWORDnNumberOfArguments, 
constDWORD*lpArguments); 
想问的是该函数怎么使用?哪位老大能否帮忙写一个简单的实例?