次の方法で共有


CGuidNameList::operator [] (Compact 2013)

3/26/2014

Allows access to the GUID name for a given GUID.

Syntax

TCHAR* operator[ ](
  const GUID& guid 
);

Parameters

  • guid
    Globally unique identifier.

Return Value

Returns the GUID name for the given entry in a GUID name list.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CGuidNameList Class