IEnumRegisterWordA::Next method

Gets the specified number of REGISTERWORDA structures in the enumeration sequence.

Syntax

HRESULT Next(
  [in]  unsigned long ulCount,
  [out] REGISTERWORDA *rgRegisterWord,
  [out] unsigned long *pcFetched
);

Parameters

  • ulCount [in]
    An unsigned long integer value that contains the number of structures to get.

  • rgRegisterWord [out]
    The address of the array of REGISTERWORDA structures that are retrieved.

  • pcFetched [out]
    The address of an unsigned long integer value that receives the actual number of elements that are supplied.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dimm.h

IDL

Dimm.idl

See also

IEnumRegisterWordA