CCeDBProp::SetULong

This member function sets the value of an unsigned long integer property (CCeDBProp::Type_ULong).

Syntax

void SetULong( ULONG ulVal );

At a Glance

Header file: Wcedb.h
Platforms:
Versions: 2.0 and later

Parameters

ulVal
The value of the property.

Return Values

This member function has no return value.

Remarks

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

See Also

CCeDBProp Overview, CCeDBProp Member Functions, Windows CE Database Classes, CCeDBProp::GetULong