Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

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.


Share this article: