Method for implementing menu
An implementation method and pop-up technology, applied in the direction of program control devices, etc., can solve the problems of increasing the difficulty of development, complicated design and maintenance, etc., and achieve the effect of improving flexibility, simple and efficient maintenance and development
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment approach
[0024] As a specific implementation manner to realize the purpose of the present invention, the programming design language C will be used to express its design idea below.
[0025] 1. Format definition
[0026] (1)
[0027] typedef struct
[0028] {
[0029] DWORD dwNameId; / / Menu item name resource ID (ID value should be greater than zero) or
[0030] resource buffer pointer
[0031] WORD wFuncId; / / ID corresponding to the menu item (ID value should be greater than zero) or
[0032] menu style flag macro
[0033] struct T_POPUPMENU*ptNextMenu; / / lower-level pop-up menu pointer or fetch
[0034] resource mode flag
[0035] } T_POPUPMENU;
[0036] A menu structure type is defined here. The meaning of its members from top to bottom is: the first item dwNameId represents the name number ID of the menu item or a pointer to the content of the name resource. The advantage of using this number is that we can pass This number is used to obtai...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com