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.
ulStyleMask (ULONG) - input
Style flags in ulStyleFlags to be set or
cleared.
Values specified correspond to the styles specified in ulStyleFlags.
If the value in ulStyleMask is specified (the bit is 1), the corresponding
style flag is set. If the value in ulStyleMask is not specified (the
bit is 0), the corresponding style flag is cleared.
rc (BOOL) - returns