// ksmedia.h
typedef struct {
KSIDENTIFIER Identifier;
ULONG Size;
BOOL Looped;
ULONG LoopPoint;
BOOL InROM;
KSDATAFORMAT Format;
} KSWAVETABLE_WAVE_DESC, *PKSWAVETABLE_WAVE_DESC;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the KSWAVETABLE_WAVE_DESC structure (ksmedia.h).
IdentifierDefines the KSIDENTIFIER member Identifier.
SizeDefines the ULONG member Size.
LoopedDefines the BOOL member Looped.
LoopPointDefines the ULONG member LoopPoint.
InROMDefines the BOOL member InROM.
FormatDefines the KSDATAFORMAT member Format.