Hi,

There's this C++ struct that I want to make into a VB type, but it has a syntax that I haven't seen before:
Code:
struct {      DWORD BaseMid  :8;
What does :8 mean?

Thanks in advance,
Duncan