BSTRBLOB Struct

Definition

Used by some implementations of IPropertyStorage when marshaling BSTRs on systems which don't support BSTR marshaling.

public value class BSTRBLOB
struct BSTRBLOB
[System.Runtime.InteropServices.ComConversionLoss]
public struct BSTRBLOB
[<System.Runtime.InteropServices.ComConversionLoss>]
type BSTRBLOB = struct
Public Structure BSTRBLOB
Inheritance
BSTRBLOB
Attributes

Fields

cbSize

Size of the block of data pointed to by pData, in bytes.

pData

Pointer to a block of data.

Applies to