次の方法で共有


CGenericList::Find (Compact 2013)

3/26/2014

Retrieves the first position that contains the specified object.

Syntax

POSITION Find(
  OBJECT* pObj 
);

Parameters

  • pObj
    Pointer to the object to find.

Return Value

Returns a position cursor.

Remarks

This member function calls the CBaseList::FindI member function.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CGenericList Class