RU/2: Форум. Общение пользователей и разработчиков OS/2 (eCS). : Ответить на сообщение
Имя:
e-mail:
FIDO:
Home page:
сохранить данные о вас
Тема:
> > > One can define a return code like this: > > > > > > rc = DosWaitThread(&tid, DCWW_WIT) > > > > > > If (rc != NO_ERROR) { > > > > > > printf ("DosWaitThread error: return code = %\n", rc); > > > > > > } > > > > > > > > A further declaration is needed for DosWaitThread: > > #define INCL_DOSPROCESS /* Process and thread values */ > > The correct parameters for DosWaitThread: > > rc = DosWaitThread(&tid, DCWW_WAIT); >
__, _, __, _,_ _, _
|_ / \ |_) | | |\/|
| \ / | \ | | | |
~ ~ ~ ~ `~' ~ ~
Programmed by
Dmitri Maximovich
,
Dmitry I. Platonoff
,
Eugen Kuleshov
.
25.09.99 (c) 1999,
RU/2
. All rights reserved.
Rewritten by
Dmitry Ban
. All rights ignored.