Share via


IStreamBufferRecordingAttribute::GetAttributeCount Method

This topic applies only to Windows XP Service Pack 1 or later.
The GetAttributeCount method returns the number of attributes that are currently defined for this stream buffer file.

Syntax

HRESULT GetAttributeCount(
  [in]   ULONG ulReserved,
  [out]  WORD *pcAttributes
);

Parameters

  • ulReserved [in]
    Reserved. Set this parameter to zero.

  • pcAttributes [out]
    Pointer to a variable that receives the number of attributes.

Return Value

Returns an HRESULT value. Possible values include the following.

Return code Description

E_POINTER

NULL pointer argument

S_OK

Success

Requirements

Header Declared in Sbe.h.

See Also

IStreamBufferRecordingAttribute Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008