Class Winspool.NOTIFY_DATA_DATA

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Winspool.NOTIFY_DATA_DATA
Enclosing interface:
Winspool

@FieldOrder({"cbBuf","pBuf"}) public static class Winspool.NOTIFY_DATA_DATA extends Structure
A struct containing non-numeric notification data - conditional content of a Winspool.NOTIFY_DATA union.
  • Field Details

    • cbBuf

      public int cbBuf
      Indicates the size, in bytes, of the buffer pointed to by pBuf.
    • pBuf

      public Pointer pBuf
      Pointer to a buffer that contains the field's current data.
  • Constructor Details

    • NOTIFY_DATA_DATA

      public NOTIFY_DATA_DATA()