NM_SHAPP_* State
The NM_SHAPP_* state enumeration contains values that describe the state of a Sharable Application object.
typedef enum tagNmShAppState{
NM_SHAPP_NOT_SHARED = 0,
NM_SHAPP_SHARED = 1,
} NM_SHAPP_STATE;
Elements
- NM_SHAPP_NOT_SHARED
The application is not currently being shared. - NM_SHAPP_SHARED
The application is currently being shared.
Requirements
** 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.
See Also
INmChannelAppShareNotify::StateChanged, INmSharableApp::GetState, INmSharableApp::SetState