Interface MSWinLib.GDI32Ext

All Superinterfaces:
com.sun.jna.AltCallingConvention, com.sun.jna.platform.win32.GDI32, com.sun.jna.Library, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary
Enclosing class:
MSWinLib

public static interface MSWinLib.GDI32Ext extends com.sun.jna.platform.win32.GDI32
  • Nested Class Summary

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

    com.sun.jna.Library.Handler

    Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibrary

    com.sun.jna.win32.StdCallLibrary.StdCallCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final MSWinLib.GDI32Ext
     

    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

    Fields inherited from interface com.sun.jna.win32.StdCallLibrary

    FUNCTION_MAPPER, STDCALL_CONVENTION
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.jna.platform.win32.WinNT.HANDLE
    GetStockObject(int fnObject)
    The GetStockObject function retrieves a handle to one of the stock pens, brushes, fonts, or palettes.

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

    ChoosePixelFormat, CombineRgn, CreateCompatibleBitmap, CreateCompatibleDC, CreateDIBitmap, CreateDIBSection, CreatePolyPolygonRgn, CreateRectRgn, CreateRoundRectRgn, DeleteDC, DeleteObject, ExtCreateRegion, GetDeviceCaps, GetDIBits, SelectObject, SetPixel, SetPixelFormat, SetRectRgn
  • Field Details

  • Method Details

    • GetStockObject

      com.sun.jna.platform.win32.WinNT.HANDLE GetStockObject(int fnObject)
      The GetStockObject function retrieves a handle to one of the stock pens, brushes, fonts, or palettes.
      Parameters:
      fnObject - The type of stock object. This parameter can be one of the following values.
      Returns:
      If the function succeeds, the return value is a handle to the requested logical object. If the function fails, the return value is null.
      See Also: