CCeDBProp::SetLong

This method sets the value of a long integer property.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

void SetLong( long lVal );

Parameters

lVal
Value of the property.

Return Values

None.

Remarks

You can only call SetLong on a property of the type CeDBProp::Type_Long.

See Also

CCeDBProp::GetLong