WAVEPROPINFO (Windows CE 5.0)
This structure contains property information for waveform input and output drivers.
typedef struct tag_WAVEPROPINFO {LPGUIDpPropSetId;
ULONGulPropId;
LPVOIDpvPropParams;
ULONGcbPropParams;
LPVOIDpvPropData;
ULONGcbPropData;
PULONGpcbReturn;
} WAVEPROPINFO, * PWAVEPROPINFO;
Members
- pPropSetId
GUID identifier of the property set. - ulPropId
Identifier of the property within the property set. - pvPropParams
Pointer to the instance parameters for the property. - cbPropParams
Size, in bytes, of the structure pointed to by pvPropParams. - pvPropData
Pointer to the buffer that stores the property value. - cbPropData
Size, in bytes, of the structure pointed to by pvPropData. - pcbReturn
Size, in bytes, returned in the structure pointed to by pvPropData. (Get only)
Requirements
OS Versions: Windows CE .NET 5.0 and later.
Header: Mmddk.h.
See Also
Waveform Audio Driver Structures | WODM_GETPROP | WODM_SETPROP | WIDM_GETPROP | WIDM_SETPROP
Send Feedback on this topic to the authors