#include <ServerList.h>
Public Attributes |
|
HSERVER | hServer |
The handle to the server. |
|
WORD | state |
The current state of the server which is one
of the following values:
|
|
ServerInfo | info |
The server information structure containing
the server details. |
|
HJOB | hJob |
The handle to the job that the server is
currently working on, if there is one. |
|
int | frame |
The frame the server is currently rendering,
if there is one. |
|
SYSTEMTIME | frame_started |
The time the server had the frame assigned.
|
The handle to the server.
WORD state |
The current state of the server which is one of the following values:
The server information structure containing the server details.
HJOB hJob |
The handle to the job that the server is currently working on, if there is one.
int frame |
The frame the server is currently rendering, if there is one.
SYSTEMTIME frame_started |
The time the server had the frame assigned.