INmCall::GetUserData

Use the GetUserData method to retrieve information about a user specified by a globally unique identifier (GUID) from the Local System object. Not yet implemented.

HRESULT GetUserData(
REFGUID rguid,BYTE **ppb,ULONG *pcb);

Parameters

  • rguid
    [in] GUID of the user data to retrieve.
  • ppb
    [out] Pointer to a location for the data.
  • pcb
    [out] Pointer to the character count of the retrieved data.

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 user data was retrieved successfully.
  • E_FAIL
    Internal resources are not available.

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

INmCall, Call Object, Call Object Details