CCeDBProp::SetULong

This method sets the value of an unsigned 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 SetULong( ULONG ulVal );

Parameters

ulVal
Value of the property.

Return Values

None.

Remarks

You can only call SetULong on a property of the type CeDBProp::Type_ULong.

See Also

CCeDBProp::GetULong