wpModifyStyle Parameter - ulStyleFlags
ulStyleFlags (ULONG) -
input
Flag indicating the object's styles to be
affected.
Possible values are described in the following list: Values can be combined
to affect more than one style in a single call.
OBJSTYLE_NOMOVE
OBJSTYLE_LINK
This object cannot have a shadow
created.
OBJSTYLE_NOCOPY
This object cannot be copied.
OBJSTYLE_NOTDEFAULTICON
The icon is destroyed
when the object goes dormant.
OBJSTYLE_TEMPLATE
This object is a template.
OBJSTYLE_NODELETE
This object cannot be deleted.
OBJSTYLE_NOPRINT
This object cannot be printed.
OBJSTYLE_NODRAG
This object cannot be dragged.
OBJSTYLE_NOTVISIBLE
This object is not visible.
OBJSTYLE_NORENAME
This object cannot be renamed.
OBJSTYLE_NODROP
No other object can be dropped
on this object; however, this object can be dragged and dropped on other
objects.
OBJSTYLE_NOSETTINGS
This object does not have
a Settings view.
[Back: wpModifyStyle Parameter - somSelf]
[Next: wpModifyStyle Parameter - ulStyleMask]