Classes | Defines | Typedefs | Enumerations

maxnet_types.h File Reference

This reference page is linked to from the following overview topics: Network Rendering.


#include <WTypes.h>
#include "MaxHeap.h"

Go to the source code of this file.

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

Defines

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

Define Documentation

#define HBSERVER   (BYTE *)(void *)

Definition at line 49 of file maxnet_types.h.


Typedef Documentation

typedef DWORD HJOB

Job Handle.

Definition at line 50 of file maxnet_types.h.


Enumeration Type Documentation

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.

Definition at line 15 of file maxnet_types.h.