SPSHORTCUTPAIRLIST (SAPI 5.3)

Microsoft Speech API 5.3

SPSHORTCUTPAIRLIST

New in SAPI 5.3

Contains the shortcut pair linked list.

  
    typedef struct SPSHORTCUTPAIRLIST
{
    ULONG              ulSize;
    BYTE              *pvBuffer;
    SPSHORTCUTPAIR    *pFirstShortcutPair;
} SPSHORTCUTPAIRLIST;

Members

  • ulSize
    The size of the memory block pointed to by pvBuffer.
  • pvBuffer
    Pointer to the memory block containing the entire list of shortcut pairs. Although this is a linked list, it is packed into one memory allocation to make it easy to free memory.
  • pFirstShortcutPair
    Pointer to the first pair in the list.