STATUS_HEADER_PARAMETERS_EX (Windows Embedded CE 6.0)
1/6/2010
Structure used in conjunction with the structure STATUS_HEADER_PARAMETERS to add a display string for use in the status header when the WM_USER message, WM_STATUSHEADER_ADDSTATUSNOTIFICATION is sent.
Syntax
typedef struct _STATUS_HEADER_PARAMETERS_EX : STATUS_HEADER_PARAMETERS
{
const WCHAR* pwszDisplayString;
} STATUS_HEADER_PARAMETERS_EX;
Members
- pwszDisplayString
[in] Display string for the status area region. This string can be used instead of a resource from an Instance, as with STATUS_HEADER_PARAMETERS.
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.
Requirements
Header | controldefinitions.h |
Library | PhCommon.dll |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
PhCommon Structures
PhCommon Reference
STATUS_HEADER_PARAMETERS