VCMDNAME

This structure contains strings that uniquely identify the application and state to which a voice menu belongs.

Syntax

typedef struct { // vcn
TCHAR
szApplication[VCMD_APPLEN];
TCHAR
szState[VCMD_STATELEN];
} VCMDNAME, *PVCMDNAME;

Members

szApplication
Null-terminated string that contains the name of the application—for example, “AM/FM Radio.” The application name must be unique among all applications registered to use voice commands on the user’s computer.
szState
Null-terminated string that contains the unique name of the application state in which the voice command set is valid. An application state usually corresponds to an active window or dialog box .