ICertEncodeSampleStructure1::GetLongField3

The GetLongField3 method returns the long value contained in the lField3 field of the CERT_SAMPLE_STRUCTURE1_INFO structure.

[VB] Long GetLongField3(void);
 
[JAVA] int GetLongField3(void);
 
[C++] HRESULT GetLongField3(
  LONG *pLong         // out
);
 

Parameters

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

Return Values

Returns the long value in the lField3 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.