This topic has not yet been rated - Rate this topic

SPSHORTCUTPAIRLIST (SAPI 5.3)

Speech API 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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.