Structure passed into the BIDI_Q_INPUTBINS and BIDI_Q_OUTPUTBINS commands. The BIDI_Q_ command used determines the information to be returned.

typedef struct _QBINS {
  ULONG     ulInterpreterID;  /*  Interpreter identifier to get input (or output) bin information. */
  ULONG     ulBinID;          /*  Input (or output) source ID, or -1 to query all input (or output) sources. */
} QBINS;

typedef   QBINS   * PQBINS ;


[Back: PSQPOPENDATA]
[Next: QBINS Field - ulInterpreterID]