阅读:2378回复:3
有没有人给解释一下OpenByInterface的参数。
OpenByInterface(
GUID* pClassGuid, // points to the GUID that identifies the interface class DWORD instance, // specifies which instance of the enumerated devices to open PDWORD pError // address of variable to receive error status ) instance到底指的是什么? 小弟初学驱程,还望指教。 |
|
沙发#
发布于:2004-11-04 14:41
怎么没人顶?我自己顶。
|
|
板凳#
发布于:2004-11-04 15:44
DWORD instance, // specifies which instance of the enumerated devices to open
这不是写得很明白了吗, 就是序号啦, 从0开始计数 |
|
地板#
发布于:2004-11-04 19:34
这个序号是做什么用的,能不能讲得清楚一点。多谢。
|
|