Lines Matching refs:the_format
570 DWORD the_format = WAVE_FORMAT_UNKNOWN; // the format to give details
585 the_format = PERSONAL_FORMAT;
588 the_format = WAVE_FORMAT_PCM;
604 the_format = WAVE_FORMAT_PCM;
607 the_format = PERSONAL_FORMAT;
624 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails the_format = 0x%08X",the_format);
625 switch(the_format)
647 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails Unknown format 0x%08X",the_format);
650 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails %d possibilities for format 0x%08X",a_FormatTagDetails->cStandardFormats,the_format);