GetLongField1

The GetLongField1 method returns the long value contained in the lField1 field of the CERT_SAMPLE_STRUCTURE2_INFO structure.

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

Parameters

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

Return Values

Returns the long value in the lField1 field.


© 1997 by Microsoft Corporation. All rights reserved.