|
|
Microsoft OS/2 SDK PM 02-24-1989
/*-------------------------------------------------
WEL.C -- A Program that Creates a Message Queue
-------------------------------------------------*/
#include <os2.h>
int main (void)
{
HAB hab ;
HMQ hmq ;
hab = WinInitialize (0) ;
hmq = WinCreateMsgQueue (hab, 0) ;
WinDestroyMsgQueue (hmq) ;
WinTerminate (hab) ;
return 0 ;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.