Share via


IWMSPacket::GetExtendedAttribute

banner art

Previous Next

IWMSPacket::GetExtendedAttribute

The GetExtendedAttribute method retrieves the value of an extended packet attribute that is defined by a plug-in.

Syntax

  HRESULT GetExtendedAttribute(
  
  );

Parameters

ValueName

[in] DWORD containing the name of the value to retrieve.

pVariantValue

[out] Pointer to a VARIANT containing the value retrieved.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Header: wmspacket.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; Windows Server 2008.

See Also

Previous Next