Share via


IEnumGuideDataProperties::Next Method

The Next method retrieves the specified number of items in the enumeration sequence.

Syntax

HRESULT Next(
  [in]   unsigned long celt,
  [out]  IGuideDataProperty **ppProp,
  [out]  unsigned long *pcelt
);

Parameters

  • celt [in]
    Specifies the number of items to retrieve.

  • ppProp [out]
    Address of an array of size celt, allocated by the caller. The array is filled with IGuideDataProperty interface pointers.

  • pcelt [out]
    Receives the number of items received.

Return Value

The method returns an HRESULT. Possible values include those in the following table.

Return code Description

S_OK

The method succeeded.

S_FALSE

The collection is at the end of the enumeration sequence.

E_POINTER

NULL pointer argument.

Requirements

Header Declared in Bdatif.h.

See Also

Error and Success Codes
IEnumGuideDataProperties Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008