CCeDBProp::SetIdent

This method sets the application-defined identifier of a 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 SetIdent( WORD wIdent );

Parameters

wIdent
Application-defined identifier of the property.

Return Values

None.

Remarks

A property's identifier is determined by the application. The application can use these identifiers to sort and retrieve records in the database.

See Also

CCeDBProp::GetIdent