@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Enumeration for WAVEHDR structure flags. !!!!C# Definition: [Flags] enum WaveHdrFlags : uint { WHDR_DONE = 1, WHDR_PREPARED = 2, WHDR_BEGINLOOP = 4, WHDR_ENDLOOP = 8, WHDR_INQUEUE = 16 } !!!!VB Definition: <Flags()> _ Enum WaveHdrFlags As UInteger WHDR_DONE = 1 WHDR_PREPARED = 2 WHDR_BEGINLOOP = 4 WHDR_ENDLOOP = 8 WHDR_INQUEUE = 16 End Enum !!!!Notes: None. Documentation: WAVEHDR@msdn on MSDN
Edit Enums.WaveHdrFlags
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.