Previous Topic: bool GetAuthenticationSetting(enum tAuthenticationServerSettings nSetting)

Next Topic: LPCTSTR GetLastMessage( )


bool GetCaseSensLogin()

Retrieves the authentication server flag, denoting if case sensitivity is used for operations pertaining to the login name.

Owning Class

CaHarvest

Arguments

None

Return Value

bool - flag denoting authentication server setting

Example

CaHarvest harvest;
 bool bResult = harvest.GetCaseSensLogin();

More information: