IDiaInjectedSource::get_source
Retrieves the source code bytes.
HRESULT get_source (
DWORD cbData,
DWORD* pcbData,
BYTE data[]
);
Parameters
cbData
[in] The number of bytes that represents the size of the data buffer.pcbData
[out] Returns the number of bytes that represents the bytes returned. If data is NULL, then pcbData is the total number of bytes of data available.data[]
[out] A buffer that is to be filled in with the source bytes.
Return Value
If successful, returns S_OK. Returns S_FALSE if this property is not supported. Otherwise, returns an error code.