3ds Max C++ API Reference
|
Classes | |
struct | HSERVER |
Used by the Network Rendering API as a handle to a server. More... | |
struct | Schedule |
Used by the Network Rendering API to store hourly scheduling information. More... | |
struct | WeekSchedule |
Used by the Network Rendering API to store weekly scheduling information. More... | |
Macros | |
#define | HBSERVER (BYTE *)(void *) |
Typedefs | |
typedef DWORD | HJOB |
Job Handle. | |
#define HBSERVER (BYTE *)(void *) |
enum maxnet_error_t |
MaxNet Errors.
Enumerator | |
---|---|
MAXNET_ERR_NONE | No Error. |
MAXNET_ERR_CANCEL | A cancellation Error has occured. |
MAXNET_ERR_NOMEMORY | An out of memory error has occured. |
MAXNET_ERR_FILEIO | A file IO error has occured. |
MAXNET_ERR_BADARGUMENT | Bad arguments were passed along. |
MAXNET_ERR_NOTCONNECTED | A connection was not established. |
MAXNET_ERR_NOTREADY | Windows network is not installed or is not initialized. |
MAXNET_ERR_IOERROR | An IO error has occurred. |
MAXNET_ERR_CMDERROR | A command error has occurred. |
MAXNET_ERR_HOSTNOTFOUND | The specified host could not be found. |
MAXNET_ERR_BADSOCKETVERSION | Winsock.dll is obsolete. |
MAXNET_ERR_WOULDBLOCK | An internal blocking error has occurred. |
MAXNET_ERR_SOCKETLIMIT | No more available TCP/IP Sockets. |
MAXNET_ERR_CONNECTIONREFUSED | A connection has been refused. Service not installed on host computer. |
MAXNET_ERR_ACCESSDENIED | Access to a host was denied. |
MAXNET_ERR_TIMEOUT | A network time-out has occurred. |
MAXNET_ERR_BADADDRESS | A bad network address was supplied. |
MAXNET_ERR_HOSTUNREACH | The specified host is unreachable. |
MAXNET_ERR_DUPLICATE_JOB_NAME | Job name already exists. |
MAXNET_ERR_UNKNOWN | An unknown error has occurred. |