Xman
驱动大牛
驱动大牛
  • 注册日期2001-08-24
  • 最后登录2011-10-07
  • 粉丝0
  • 关注0
  • 积分343分
  • 威望127点
  • 贡献值0点
  • 好评度34点
  • 原创分0分
  • 专家分0分
阅读:2925回复:8

vc++中,这些":"号是什么意思?

楼主#
更多 发布于:2005-08-02 14:23
  typedef struct _PAT
{
       BYTE table_id;

       BYTE section_length1:4;
       BYTE not_use1:3;
       BYTE syntax_indicator:1;
       BYTE section_length2;
      
       BYTE stream_id1;
       BYTE stream_id2;
      
       BYTE next_indicator:1;
       BYTE version_number:5;
       BYTE not_use2:2;
      
       BYTE section_number;
       BYTE last_section_number;
}PAT ,*PPAT;

实在不明白?
[img]http://www.driverdevelop.com/forum/upload/Xman/2004-04-05_2004324183110706.jpg[/img]
游客

返回顶部