Share via


CPersistStream::GetSoftwareVersion

 
Microsoft DirectShow 9.0

CPersistStream::GetSoftwareVersion

Retrieves the software version for this stream.

Syntax

  virtual DWORD GetSoftwareVersion(void);

Return Value

Returns a DWORD containing the version number. Each time the format of the stream is changed, this function should be altered to return a larger number than before.

Requirements

**  Header:** Declared in Pstream.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also