AdsSetServerType

Define o tipo de servidor preferido.

Sintaxe

UNSIGNED32 AdsSetServerType(UNSIGNED16 usServerOptions);

Parâmetros

Parâmetro Tipo Descrição
usServerOptions UNSIGNED16 Máscara de tipo de servidor.

Valor de Retorno

AE_SUCCESS (0) sempre.

Descrição

AdsSetServerType define o tipo de servidor preferido (ADS_LOCAL_SERVER / ADS_REMOTE_SERVER / ADS_AIS_SERVER). O OpenADS serve ambos os tipos independentemente desta configuração.

Exemplo

AdsSetServerType(ADS_LOCAL_SERVER);

Ver Também


AdsGetTableType →


This site uses Just the Docs, a documentation theme for Jekyll.