IVsEnumCryptoProviderContainers.Next(UInt32, String[], UInt32) Método

Definição

Retorna o próximo a um ou mais contêineres de chave.

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

Parâmetros

celt
UInt32

no O número de contêineres a serem buscados nesta chamada.

pbstrContainers
String[]

fora Matriz de cadeias de caracteres que contém os nomes dos contêineres de chave. Comprimento da matriz é o valor apontado por pceltFetched .

pceltFetched
UInt32

fora Número de contêineres de chave retornados. Pode ser menor que celt .

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Aplica-se a