函数参数传递指针

来源:互联网 发布:learning python 编辑:程序博客网 时间:2024/05/01 17:44

 函数参数传递指针,一般使用双重指针**p,

例如:

     TcpReceive(SOCKET(lParam),fp,&ptr,&size,rtpbuff);

    int  TcpReceive(SOCKET rtp_sockq,FILE *fp,unsigned char **dataptr,unsigned short *psize,unsigned char *rtpbuff) 

   {

 

   }

原创粉丝点击