IASShellMenu::get_ItemFlags
This method gets the flags associated with a shell menu item.
Syntax
HRESULT get_ItemFlags( long index unsigned char *pbFlags );
Parameters
- index
- Index of the item.
- pbFlags
- Pointer to item flags. Currently, the only supported flag is ASFC_IMAGEMENU_OVERLAY.
Return Values
NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.
See Also
IASShellMenu::put_ItemFlags