IVsEnumCryptoProviderContainers.Next(UInt32, String[], UInt32) Method

Definition

Returns the next one or more key containers.

public:
 int Next(System::UInt32 celt, cli::array <System::String ^> ^ pbstrContainers, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <std::wstring const &> const & pbstrContainers, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, string[] pbstrContainers, out uint pceltFetched);
abstract member Next : uint32 * string[] * uint32 -> int
Public Function Next (celt As UInteger, pbstrContainers As String(), ByRef pceltFetched As UInteger) As Integer

Parameters

celt
UInt32

[in] The number of containers to fetch in this call.

pbstrContainers
String[]

[out] Array of strings containing the names of the key containers. Array length is the value pointed to by pceltFetched.

pceltFetched
UInt32

[out] Number of key containers returned. May be less than celt.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to