INmMember::GetName
Use the GetName method to retrieve the name of the member, if it is available.
HRESULT GetName
BSTR *pbstrName);
Parameters
- pbstrName
[out] Pointer to a location that contains the user's name, if available.
Return Values
NetMeeting client applications can use the SUCCEEDED and FAILED macros in winerror.h to check return values.
Return values can include remote procedure call (RPC) layer errors or any of the following values:
- S_OK
The name of the member was retrieved successfully. - E_POINTER
pbstrName is an invalid pointer.
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.