|
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
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|