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.

GetStringField2

The GetStringField2 method returns the string value contained in the pwszField2 field of the CERT_SAMPLE_STRUCTURE2_INFO structure.

[VB] BSTR GetStringField2(void);
 
[JAVA] java.lang.String GetStringField2(void);
 
[C++] HRESULT GetStringField2(
  BSTR * pstrString         // out, return value
);
 

Parameters

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

Return Values

Returns the string value in the pwszField2 field.


Share this article: