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.

GetBinaryField4

The GetBinaryField4 method returns the binary value contained in the blobField4 field of the CERT_SAMPLE_STRUCTURE1_INFO structure.

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

Parameters

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

Return Values

Returns the binary string value in the blobField4 field.


Share this article: