Definitions

The following table describes the Redirection Library API definitions.

Definition

Syntax

Description

GUID_LEN

#define GUID_LEN 16

This value is used to indicate the length of a GUID.

INVALID_CLIENT_ID

#define INVALID_CLIENT_ID
(unsigned long) -1

This value is used to indicate an invalid client ID handle. It is not used as the client ID of any client managed by the library.

MAX_IP_LEN

#define MAX_IP_LEN 128

This value is used to indicate the maximum length of an IP address.

MAX_NAME_LEN

#define MAX_NAME_LEN 128

This value is used to indicate the maximum length of a username.

MAX_PSWD_LEN

#define MAX_PSWD_LEN 128

This value is used to indicate the maximum length of a password.

MAX_WIN_UN_LEN

#define MAX_WIN_UN_LEN 257

Maximum length of a Windows username, including a terminating NULL.

MAX_WIN_DN_LEN

#define MAX_WIN_DN_LEN 254

Maximum length of a Windows domain name, including a terminating NULL.

Copyright © 2006-2022, Intel Corporation. All rights reserved.