IEnumPStoreProviders::Next method

[Protected Storage (Pstore) is available for use in Windows Server 2003 and Windows XP. It is only available for read-only operations in Windows Server 2008 and Windows Vista, but may be unavailable in subsequent versions. Pstore uses an older implementation of data protection. Developers are strongly encouraged to take advantage of the stronger data protection provided by the CryptProtectData and CryptUnprotectData functions.]

Gets the next specified number of providers in the enumeration sequence.

Syntax

HRESULT Next(
  [in]      DWORD  celt,
  [out]     LPWSTR *rgelt,
  [in, out] DWORD  *pceltFetched
);

Parameters

celt [in]

The number of provider types requested.

rgelt [out]

A pointer to a string in which to return the provider type name.

pceltFetched [in, out]

A pointer to the number of provider types that was actually supplied.

Return value

The return value is an HRESULT value.

Requirements

Requirement Value
Header
Pstore.h
DLL
Pstorec.dll

See also

IEnumPStoreProviders