IDiaSymbol::get_dataBytes
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Retrieves the data bytes of an OEM symbol.
Syntax
HRESULT get_dataBytes (
DWORD cbData,
DWORD* pcbData,
BYTE data[]
);
Parameters
cbData
[in] Size of the buffer to hold the data.
pcbData
[out] Returns the number of bytes written, or, if the data
parameter is NULL
, returns the number of bytes available.
data[]
[out,] A buffer that is filled in with the data bytes.
Return Value
If successful, returns S_OK
; otherwise, returns S_FALSE
or an error code.
Note
A return value of S_FALSE
means that the property is not available for the symbol.
Requirements
Requirement | Description |
---|---|
Header: | dia2.h |
Version: | DIA SDK v7.0 |