Partager via


OLEVERB (Windows CE 5.0)

Send Feedback

This structure defines a verb that an object supports.

The IOleObject::EnumVerbs method creates an enumerator that can enumerate these structures for an object, and supplies a pointer to the enumerator's IEnumOLEVERB.

typedef struct tagOLEVERB { LONGlVerb;LPWSTRlpszVerbName;DWORDfuFlags;DWORDgrfAttribs;} OLEVERB, *LPOLEVERB; 

Members

  • lVerb
    Integer identifier associated with this verb.

  • lpszVerbName
    Pointer to a string that contains the verb's name.

  • fuFlags
    Flags taken from the flag constants beginning with MF_ defined in AppendMenu. Containers should use these flags in building an object's verb menu.

    All Flags defined in AppendMenu are supported except for MF_BITMAP, MF_OWNERDRAW, and MF_POPUP.

  • grfAttribs
    Combination of the verb attributes in the OLEVERBATTRIB enumeration.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Oleidl.h.

See Also

IOleObject::EnumVerbs | AppendMenu | OLEVERBATTRIB | IEnumOLEVERB

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.