CCeDBProp::SetUShort

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

Syntax

void SetUShort( USHORT uiVal );

At a Glance

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

Parameters

uiVal
The value of the property.

Return Values

This member function has no return value.

Remarks

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

See Also

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