次の方法で共有


CPersistStream::GetClassID (Compact 2013)

3/26/2014

This method retrieves the class identifier for this filter.

Syntax

HRESULT GetClassID(
  CLSID* pClsID
);

Parameters

  • pClsID
    Pointer to a CLSID structure. Copy your class ID to here.

Return Value

Returns an HRESULT value.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CPersistStream Class