ICertEncodeSampleStructure2::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.