Category : C++ Source Code
Archive   : VCCRT2.ZIP
Filename : WYIELD.C

 
Output of file : WYIELD.C contained in archive : VCCRT2.ZIP
/***
*wyield.c - Yield for windows processing
*
* Copyright (c) 1990-1992, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This routine allows the program to process windows messages
* that may be building up on the queue. The actual work is
* performed by the QWIN layer.
*
*******************************************************************************/

#include
#include
#include

/***
*_wyield() - Yield for windows processing
*
*Purpose:
* Call the QWIN layer to process windows messages.
*
*Entry:
*
*Exit:
*
*Exceptions:
*
*******************************************************************************/

void _wyield (void)
{

if (_qwinused)
_QWINYield();
}


  3 Responses to “Category : C++ Source Code
Archive   : VCCRT2.ZIP
Filename : WYIELD.C

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/