ICertEncodeSampleStructure1::GetDateField5

The GetDateField5 method returns the date value contained in the dateField5 field of the CERT_SAMPLE_STRUCTURE1_INFO structure.

[VB] DATE GetDateField5(void);
 
[JAVA] double GetDateField5(void);
 
[C++] HRESULT GetDateField5(
  DATE * pDate       // out

);
 

Parameters

[C++] pDate
Points to the return value. See Return Values.

Return Values

Returns the date value in the dateField5 field.

QuickInfo

  Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in certenc.h.
  Import Library: Use certidl.lib.