nw::lyt::Pane::FindExtUserDataByName Member Function

Syntax

const ExtUserData * FindExtUserDataByName(
     const char * name
);

Arguments

Name Description
name Name of the extended user data to search for.

Return Values

When found, returns a pointer to the extended user data. Otherwise, returns NULL.

Description

Searches for extended user data by name.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL