IWMSPacketList::GetExtendedAttributeCount

banner art

Previous Next

IWMSPacketList::GetExtendedAttributeCount

The GetExtendedAttributeCount method retrieves the number of extended packet list attributes.

Syntax

  HRESULT GetExtendedAttributeCount(
  
  );

Parameters

pdwAttrs

[out] Pointer to a DWORD containing the count of extended attributes.

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