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.

GetStringField1

The GetStringField1 method returns the string value contained in the pwszField1 field of the CERT_SAMPLE_STRUCTURE1_INFO structure.

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

Parameters

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

Return Values

Returns the string value in the pwszField1 field.


Share this article: