BSTRBLOB Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |