Platform SDK: NetMeeting |
The NM_SHARE_* state enumeration contains values that describe the state of a shared application in a conference.
typedef enum tagNmShareState{ NM_SHARE_UNKNOWN = 0, NM_SHARE_WORKING_ALONE = 1, NM_SHARE_COLLABORATING = 2, NM_SHARE_IN_CONTROL = 3, } NM_SHARE_STATE;
You do not have sharing enabled.
The sharing channel is not active.
You are not in control and you do not have anything shared.
Note When setting this state, NetMeeting client applications running on versions earlier than NetMeeting 3 cannot control NetMeeting 3 client applications.
Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Imsconf2.idl.
INmMember::GetShareState, INmChannelAppShare::GetState, INmChannelAppShare::SetState