ICertEncodeDateArray::Reset method (certenc.h)

The Reset method specifies the size of DATE array in this object. The values of all the elements in the array are set to zero. You must call this method before calling the ICertEncodeDateArray::SetValue method for the first time.

Syntax

HRESULT Reset(
  [in] LONG Count
);

Parameters

[in] Count

Specifies the number of elements in the DATE array.

Return value

VB

If the method succeeds, the method returns S_OK.

If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header certenc.h (include Certsrv.h)
Library Certidl.lib
DLL Certenc.dll

See also

ICertEncodeDateArray

ICertEncodeDateArray::SetValue