Interface Cfgmgr32

All Superinterfaces:
com.sun.jna.platform.win32.Cfgmgr32, com.sun.jna.Library

public interface Cfgmgr32 extends com.sun.jna.platform.win32.Cfgmgr32
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.sun.jna.Library

    com.sun.jna.Library.Handler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
     
    static int
     
    static int
     
    static int
     
    static int
     
    static Cfgmgr32
     

    Fields inherited from interface com.sun.jna.platform.win32.Cfgmgr32

    CM_LOCATE_DEVNODE_BITS, CM_LOCATE_DEVNODE_CANCELREMOVE, CM_LOCATE_DEVNODE_NORMAL, CM_LOCATE_DEVNODE_NOVALIDATION, CM_LOCATE_DEVNODE_PHANTOM, CR_BUFFER_SMALL, CR_SUCCESS

    Fields inherited from interface com.sun.jna.Library

    OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    CM_Get_DevNode_Registry_Property​(int dnDevInst, int ulProperty, com.sun.jna.ptr.IntByReference pulRegDataType, com.sun.jna.Pointer buffer, com.sun.jna.ptr.IntByReference pulLength, int ulFlags)
     

    Methods inherited from interface com.sun.jna.platform.win32.Cfgmgr32

    CM_Get_Child, CM_Get_Device_ID, CM_Get_Device_ID_Size, CM_Get_Parent, CM_Get_Sibling, CM_Locate_DevNode
  • Field Details

  • Method Details

    • CM_Get_DevNode_Registry_Property

      boolean CM_Get_DevNode_Registry_Property(int dnDevInst, int ulProperty, com.sun.jna.ptr.IntByReference pulRegDataType, com.sun.jna.Pointer buffer, com.sun.jna.ptr.IntByReference pulLength, int ulFlags)