NaturalConference Developer's Reference Manual (6749-13): Alphabetical Function Reference
(Page 20 of 23 in this chapter) Version
cnfSetMemberAttribute
Description
- Sets the value of a member attribute.
Prototype
- DWORD cnfSetMemberAttribute (
CNFRESOURCEHD cnfresourcehd,
DWORD memberid,
DWORD attribute,
INT32 value)
- cnfresourcehd Handle returned by cnfOpenResource.
- memberid Member identifier returned by cnfJoinConference.
- attribute Specifies the attribute to set. See cnfGetMemberAttribute for a complete list and description of the member attributes.
- value New value for the attribute.
Return Values
Details
- See cnfGetMemberAttribute for a complete list and description of the member attributes, and Section 4.8 for information on setting member attributes.
- See Appendix B for further details about attribute default values.
See Also
- cnfGetMemberAttribute, cnfGetMemberInfo
, cnfJoinConference, cnfSetMemberAttributeList
Example
error = cnfSetMemberAttribute( cnfresourcehd, memberid,
MEMBER_ATTR_TALKER_ENABLE, TRUE);
(Page 20 of 23 in this chapter) Version
Want to send us feedback on our documentation? Email: Tech_Pubs@nmss.com
Copyright © 2000, Natural MicroSystems, Inc. All rights
reserved.