Share via


STATUS_HEADER_PARAMETERS (Windows Embedded CE 6.0)

1/6/2010

Structure used in conjunction with the PhCommon WM_USER message, WM_STATUSHEADER_ADDSTATUSNOTIFICATION.

Syntax

typedef struct _STATUS_HEADER_PARAMETERS
{
    HINSTANCE Instance;
    UINT ResourceId;
    STATUS_HEADER_PRIORITY Priority;
    DWORD Cookie;
    DWORD secTimeout;
} STATUS_HEADER_PARAMETERS;} 

Members

  • Instance
    [in] Handle to the instance that contains the resource to display as the notification in the status area region.
  • ResourceId
    [in] Identifier of the string resource to be loaded.
  • Cookie
    [in] User value the caller can use for tracking.
  • secTimeout
    [in] Number of seconds before notification times out. It can be set to INFINITE.

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_PRIORITY
STATUS_HEADER_PARAMETERS_EX