AdsGetTableCharType

Retorna o tipo de caracteres da tabela.

Sintaxe

UNSIGNED32 AdsGetTableCharType(ADSHANDLE hTable, UNSIGNED16* p);

Parâmetros

Parâmetro Tipo Descrição
hTable ADSHANDLE Handle da tabela.
p UNSIGNED16* Ponteiro para receber o tipo de caracteres.

Valor de Retorno

AE_SUCCESS (0) em caso de sucesso. AE_INTERNAL_ERROR (5000) se o ponteiro for nulo.

Descrição

AdsGetTableCharType retorna o tipo de caracteres da tabela. O OpenADS usa sempre ANSI.

Exemplo

UNSIGNED16 usCharType;
AdsGetTableCharType(hTable, &usCharType);
// usCharType é ADS_ANSI

Ver Também


AdsGetTableConType →


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