发表于:2003-11-03 18:47:00
楼主
请高手指教,研华的驱动程序中提供的一数据结构如下:
Data Structure : PT_FAIIntStart
typedef struct tagPT_FAIIntStart
{
USHORT TrigSrc;
DWORD SampleRate;
USHORT chan;
USHORT gain;
USHORT far *buffer;
ULONG count;
USHORT cyclic;
USHORT IntrCount;
} PT_FAIIntStart, FAR * LPT_FAIIntStart;
请问USHORT far *buffer或 FAR * LPT_FAIIntStart中的far或FAR 有什么作用,与不加上述二者有啥区别???请各路高手赐教!非常感谢!