public abstract class Cfgmgr32Util
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Cfgmgr32Util.Cfgmgr32Exception |
Constructor and Description |
---|
Cfgmgr32Util() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
CM_Get_Device_ID(int devInst)
Utility method to call Cfgmgr32's CM_Get_Device_ID that allocates the
required memory for the Buffer parameter based on the type mapping used,
calls to CM_Get_Device_ID, and returns the received string.
|
public static java.lang.String CM_Get_Device_ID(int devInst) throws Cfgmgr32Util.Cfgmgr32Exception
devInst
- Caller-supplied device instance handle that is bound to the
local machine.Cfgmgr32Util.Cfgmgr32Exception