QBINS: Difference between revisions
Appearance
Created page with "Structure passed into the BIDI_Q_INPUTBINS and BIDI_Q_OUTPUTBINS commands. The BIDI_Q_ command used determines the information to be returned. ==Example Code== <PRE> typedef..." |
(No difference)
|
Latest revision as of 16:48, 8 February 2020
Structure passed into the BIDI_Q_INPUTBINS and BIDI_Q_OUTPUTBINS commands. The BIDI_Q_ command used determines the information to be returned.
Example Code
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;