附加内容:
API函数名:TprDeviceopen
(2)调用形式
WORD TprDeviceopen (
IN LPTRTDEVICEOPEN lptrtdeviceopen   // device open用构造体的pointer
OUT LPTRTCOMMONPARAMETER lptrtcommonparameter  //共通构造体的pointer
);

(3) 输入参数
lptrtdeviceopen
。设定device open时条件的构造体的pointer.
 typedef struct {
BYTE emulationflag; // IN:emulation flag WORD reserved[24]; // IN:reserve
 } TRTDEVICEOPEN, FAR *LPTRTDEVICEOPEN;

member parameter
IN:emulation flag “0” normal mode“1” reserve 

lptrtcommonparameter
存储实行结果的构造体的pointer.(详细参照[5.1.1函数共通的构造体])

(4) 返回值
返回以下值中的任意一个。
值 意思
 1 正常结束
 0 异常结束

(5) 处理内容
 打开本device.

(6) 注意事项
 没有特别注意事项。依此为例,,,应该怎么写呢?
分数可商量,,,,急,,人在线!!!!!!!!!!!!!!!111