Partager via


PHMS_ITEM (Windows Embedded CE 6.0)

1/6/2010

Structure used in conjunction with the PHMenuScreen control. It is part of the PH_MENU_SCREEN_PARAMETERS structure.

Syntax

typedef struct _PHMS_ITEM
{
    int Identifier;
    int StringId;
} PHMS_ITEM;

Members

  • Identifier
    [in] Identifier for the menu screen item.
  • StringId
    [in] String ID for the menu screen item.

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
PH_MENU_SCREEN_PARAMETERS