工程中有个数据流的指针 long lstream;
fun1(long lstream)
{
......
fun2( (BYTE*)lstream );//是否可行,请给支招!
......
}fun2(BYTE* pData)
{
//使用pData读数据
}