OleCreateMenuDescriptor
Creates and returns an OLE menu descriptor (that is, an OLE-provided data
structure that describes the menus) for OLE to use when dispatching menu messages
and commands.
HOLEMENU OleCreateMenuDescriptor(
HMENU hmenuCombined,
| //Specifies a handle to the combined menu
|
LPOLEMENUGROUPWIDTHS lpMenuWidths
| //Number of menus in each group
|
);
|
|
Parameters
hmenuCombined
Specifies a handle to the combined menu created by the object.
lpMenuWidths
Points to an array of six LONG values giving the number of menus in each group.
Return Value
Returns the handle to the descriptor, or NULL if insufficient memory is
available.
Comments
The
OleCreateMenuDescriptor function can be called by the object to create a descriptor for the composite
menu. OLE then uses this descriptor to dispatch menu messages and commands.
See Also
OleDestroyMenuDescriptor
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database