CPersistStream::CPersistStream (Compact 2013)

3/26/2014

This method is the constructor for the CPersistStream Class.

Syntax

CPersistStream(
  IUnknown* pUnk,
  HRESULT*  phr
);

Parameters

  • pUnk
    Pointer to the IUnknown interface of the delegating object.
  • phr
    Pointer to the general COM return value. This value is changed only if this function fails.

Return Value

No return value.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CPersistStream Class