3ds Max C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
maxnet_types.h File Reference
#include <WTypes.h>
#include "MaxHeap.h"

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.
 

Enumerations

enum  maxnet_error_t {
  MAXNET_ERR_NONE = 0 , MAXNET_ERR_CANCEL , MAXNET_ERR_NOMEMORY , MAXNET_ERR_FILEIO ,
  MAXNET_ERR_BADARGUMENT , MAXNET_ERR_NOTCONNECTED , MAXNET_ERR_NOTREADY , MAXNET_ERR_IOERROR ,
  MAXNET_ERR_CMDERROR , MAXNET_ERR_HOSTNOTFOUND , MAXNET_ERR_BADSOCKETVERSION , MAXNET_ERR_WOULDBLOCK ,
  MAXNET_ERR_SOCKETLIMIT , MAXNET_ERR_CONNECTIONREFUSED , MAXNET_ERR_ACCESSDENIED , MAXNET_ERR_TIMEOUT ,
  MAXNET_ERR_BADADDRESS , MAXNET_ERR_HOSTUNREACH , MAXNET_ERR_DUPLICATE_JOB_NAME , MAXNET_ERR_UNKNOWN
}
 MaxNet Errors. More...
 

Macro Definition Documentation

◆ HBSERVER

#define HBSERVER   (BYTE *)(void *)

Typedef Documentation

◆ HJOB

typedef DWORD HJOB

Job Handle.

Enumeration Type Documentation

◆ 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.

16{
17 MAXNET_ERR_NONE = 0,
37};
@ MAXNET_ERR_CANCEL
A cancellation Error has occured.
Definition: maxnet_types.h:18
@ MAXNET_ERR_SOCKETLIMIT
No more available TCP/IP Sockets.
Definition: maxnet_types.h:29
@ MAXNET_ERR_NOMEMORY
An out of memory error has occured.
Definition: maxnet_types.h:19
@ MAXNET_ERR_FILEIO
A file IO error has occured.
Definition: maxnet_types.h:20
@ MAXNET_ERR_BADARGUMENT
Bad arguments were passed along.
Definition: maxnet_types.h:21
@ MAXNET_ERR_BADSOCKETVERSION
Winsock.dll is obsolete.
Definition: maxnet_types.h:27
@ MAXNET_ERR_HOSTNOTFOUND
The specified host could not be found.
Definition: maxnet_types.h:26
@ MAXNET_ERR_CONNECTIONREFUSED
A connection has been refused.
Definition: maxnet_types.h:30
@ MAXNET_ERR_NONE
No Error.
Definition: maxnet_types.h:17
@ MAXNET_ERR_ACCESSDENIED
Access to a host was denied.
Definition: maxnet_types.h:31
@ MAXNET_ERR_NOTCONNECTED
A connection was not established.
Definition: maxnet_types.h:22
@ MAXNET_ERR_CMDERROR
A command error has occurred.
Definition: maxnet_types.h:25
@ MAXNET_ERR_BADADDRESS
A bad network address was supplied.
Definition: maxnet_types.h:33
@ MAXNET_ERR_DUPLICATE_JOB_NAME
Job name already exists.
Definition: maxnet_types.h:35
@ MAXNET_ERR_NOTREADY
Windows network is not installed or is not initialized.
Definition: maxnet_types.h:23
@ MAXNET_ERR_UNKNOWN
An unknown error has occurred.
Definition: maxnet_types.h:36
@ MAXNET_ERR_WOULDBLOCK
An internal blocking error has occurred.
Definition: maxnet_types.h:28
@ MAXNET_ERR_IOERROR
An IO error has occurred.
Definition: maxnet_types.h:24
@ MAXNET_ERR_HOSTUNREACH
The specified host is unreachable.
Definition: maxnet_types.h:34
@ MAXNET_ERR_TIMEOUT
A network time-out has occurred.
Definition: maxnet_types.h:32