CCeDBProp::SetUShort

This method sets the value of an unsigned short 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 SetUShort( USHORT uiVal );

Parameters

uiVal
Value of the property.

Return Values

None.

Remarks

You can only call SetUShort on a property of the type CeDBProp::Type_UShort.

See Also

CCeDBProp::GetUShort