00001 #ifndef _WINC_REDBOOKPACKET 00002 #define _WINC_REDBOOKPACKET 00003 00004 #include <WXP/Point.h> 00005 00006 namespace WXP { 00012 struct RedbookPacket { 00013 unsigned char *ptr; 00014 int len; 00015 int maj, min; 00016 int cnt; 00017 Point pt; 00018 }; 00019 } 00020 #endif 00021
1.6.1