All Superinterfaces:
com.sun.jna.Library

public interface DwmApi extends com.sun.jna.Library
  • 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 final DwmApi
     

    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
    com.sun.jna.platform.win32.WinNT.HRESULT
    DwmSetWindowAttribute(com.sun.jna.platform.win32.WinDef.HWND hWnd, int dwAttribute, com.sun.jna.ptr.IntByReference pvAttribute, int cbAttribute)
     
  • Field Details

    • INSTANCE

      static final DwmApi INSTANCE
  • Method Details

    • DwmSetWindowAttribute

      com.sun.jna.platform.win32.WinNT.HRESULT DwmSetWindowAttribute(com.sun.jna.platform.win32.WinDef.HWND hWnd, int dwAttribute, com.sun.jna.ptr.IntByReference pvAttribute, int cbAttribute)