Share via


IWMSPacket::GetExtendedAttributeByIndex

banner art

Previous Next

IWMSPacket::GetExtendedAttributeByIndex

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

Syntax

  HRESULT GetExtendedAttributeByIndex(
  
  );

Parameters

dwIndex

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

pdwValueName

[out] Pointer to a DWORD containing the name of the value retrieved.

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