ReactOS 0.4.15-dev-6656-gbbb33a6
|
#include <isapnp.h>
Public Attributes | |
UCHAR | VendorId [3] |
USHORT | ProdId |
LIST_ENTRY | IdLink |
LIST_ENTRY _ISAPNP_COMPATIBLE_ID_ENTRY::IdLink |
Definition at line 80 of file isapnp.h.
Referenced by FreeLogicalDevice(), IsaPnpRemoveLogicalDeviceDO(), and ParseTags().
USHORT _ISAPNP_COMPATIBLE_ID_ENTRY::ProdId |
Definition at line 79 of file isapnp.h.
Referenced by IsaPdoQueryId(), and ParseTags().
UCHAR _ISAPNP_COMPATIBLE_ID_ENTRY::VendorId[3] |
Definition at line 78 of file isapnp.h.
Referenced by IsaPdoQueryId(), and ParseTags().