IASShellMenu::put_ItemFlags

This method sets the flags for the specified item.

Syntax

HRESULT put_ItemFlags( long index, unsigned char bFlags, unsigned char bMask );

Parameters

index
Index of the item.
bFlags
Item flags. This flag must be ASFC_IMAGEMENU_OVERLAY.
bMask
Flag mask.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.

See Also

IASShellMenu::get_ItemFlags