Table of Contents Index NMS Glossary Previous Page Next Page (Page 1 of 23 in this chapter) Version


Chapter 6

Alphabetical Function Reference


6.1 Introduction
cnfCloseConference 85
cnfCloseResource 87
cnfCreateConference 89
cnfGetActiveTalkersList 93
cnfGetConferenceAttribute 95
cnfGetConferenceInfo 98
cnfGetConferenceList 100
cnfGetMemberAttribute 102
cnfGetMemberAttributeList 106
cnfGetMemberInfo 108
cnfGetMemberList 110
cnfGetResourceInfo 112
cnfGetResourceList 115
cnfJoinConference 117
cnfLeaveConference 119
cnfOpenResource 121
cnfResizeConference 123
cnfSetConferenceAttribute 125
cnfSetMemberAttribute 127
cnfSetMemberAttributeList 129
cnfStartTone 131
cnfStopTone 134

6.1 IntroductionTop of Page

This chapter provides a comprehensive, alphabetically-ordered reference to the functions available in NaturalConference. A prototype of each function is shown with the function description and details of all its arguments and return values. A typical function includes:

Prototype

The prototype is shown followed by a listing of the function's arguments. Natural MicroSystems data types include:

· WORD

· DWORD

· INT16

· INT32

· BYTE

16 bit unsigned
32-bit unsigned
16-bit signed
32-bit signed
8-bit unsigned

If a function argument is a data structure, the complete data structure is defined.

Return Values

The return value for a function is either SUCCESS or an error code. For asynchronous functions, a return value of SUCCESS indicates the function was initiated; subsequent events indicate the status of the operation.

Refer to Appendix A for a listing of all errors and events returned by NaturalConference functions.

Example

Example functions which start with Demo are excerpts taken from demonstration function libraries shipped with the product.

Example functions which start with my are excerpts taken from sample application programs shipped with the product.

The notation /* ... */ indicates additional code which is not shown.



Table of Contents Index NMS Glossary Previous Page Next Page (Page 1 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.