CCeDBProp::GetUShort

This member function retrieves the value of a property, when the property's data type is an unsigned short integer (Type_Short).

Syntax

USHORT GetUShort( ) const;

At a Glance

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

Return Values

The value of the property.

Remarks

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

See Also

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