IVsEnumCryptoProviders.Next(UInt32, String[], UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回下一个或多个加密服务提供程序。
public:
int Next(System::UInt32 celt, cli::array <System::String ^> ^ pbstrProviders, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
int Next(unsigned int celt, std::Array <std::wstring const &> const & pbstrProviders, [Runtime::InteropServices::Out] unsigned int & pceltFetched);
public int Next (uint celt, string[] pbstrProviders, out uint pceltFetched);
abstract member Next : uint32 * string[] * uint32 -> int
Public Function Next (celt As UInteger, pbstrProviders As String(), ByRef pceltFetched As UInteger) As Integer
参数
- celt
- UInt32
中要在此调用中提取的提供程序的数目。
- pbstrProviders
- String[]
[out,size_is (celt) ,length_is ( * pceltFetched) ]包含服务提供程序名称的字符串数组。
- pceltFetched
- UInt32
弄返回的服务提供程序的数目。 可以小于 celt 。
返回
如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。