SPPROP
4/8/2010
This structure is used to pass configuration information into the GetProperty and SetProperty functions. SPTYPE must be set to SPT_PROP for this structure.
Syntax
typedef struct __SPPROP {
SPTYPEHEADER spth;
SPPROPTYPE sppt;
DWORD dwValue;
} SPPROP;
Members
- spth
Contains the type and size of the structure, the type must be SPT_PROP, and the size must be sizeof (SPPROP).
- sppt
The property type.
- dwValue
The property value.
Requirements
Header | itspeech.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Smartphone 2002 and later |