IDiaInputAssemblyFile::get_version

Retrieves the version of the orginal assembly.

Syntax

HRESULT get_version(
    DWORD cbData,
    DWORD *pcbData,
    BYTE *pbData
);

Parameters

cbData

[in] Size of the data buffer, in bytes.

pcbData

[out] Returns the number of bytes of the version data. This parameter cannot be NULL.

pbData

[out] A buffer that is filled with the version bytes. If this parameter is NULL, then pcbData returns the number of bytes required.

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.

See also