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.


© 1997 by Microsoft Corporation. All rights reserved.