Share via


INmChannelVideo::SetProperty

Use the SetProperty method to set the property values of the current Video Channel object.

HRESULT SetProperty(
NM_VIDPROP uID,ULONG uValue);

Parameters

  • uID
    [in] A value from the NM_VIDPROP_* property identifiers (IDs) that identifies the property and determines how to interpret uValue.
  • uValue
    [in] The video property value.

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 property was retrieved successfully.
  • E_INVALIDARG
    uID or uValue contains an invalid value.

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

INmChannelAudio, INmChannelAudio::SetProperty, Audio Channel Object, Audio Channel Object Details