INmMember::GetNmVersion
Use the GetNmVersion method to retrieve the NetMeeting version number that this member is using.
HRESULT GetNmVersion
ULONG *puVersion);
Parameters
- puVersion
[out] Pointer to a location containing a value from the NM_VER_* constants specifying the current version of NetMeeting.
Return Values
NetMeeting client applications can use the SUCCEEDED and FAILED macros in winerror.h to check return values.
Return values can include RPC layer errors or any of the following values:
- S_OK
The version number was retrieved successfully. - E_POINTER
puVersion is an invalid pointer.
Remarks
The version number is valid only when the member has data capabilities.
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.