優れた組み込みシステム設計のためのミドルウエア、開発ツール、
リアルタイム オペレーティング システム ソフトウエアとサービス

QNX Community Resources

PtHtmlTitle
[Previous] [Contents] [Index] [Next]

PtHtmlTitle()

Return the title of an HTML file

Synopsis:

char * PtHtmlTitle( PtWidget_t * widget );

Description:

This function returns a pointer to a string containing the title of the HTML file or NULL.

For example, PtHtmlTitle() returns the string This is the title if the HTML file currently loaded by the widget has the following title tag:

<title>This is the title</title>

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]