CCeDBRecord::GetPropFromIdent

This method retrieves a property based on the application-defined identifier, wPropIdent.

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

CCeDBProp* GetPropFromIdent( WORD wPropIdent ) const;

Parameters

wPropIdent
Application-defined identifier of the property to retrieve.

Return Values

A pointer to the CCeDBProp object identified by wPropIdent, or NULL if the record does have any properties with the specified identifier.

See Also

CCeDBRecord::GetPropFromIndex, CCeDBProp