AddTailI (Compact 2013)

3/26/2014

Appends a single node to the end of the list.

Syntax

POSITION AddTailI(
  void* pObj
);

Parameters

  • pObj
    Pointer to the object to add.

Return Value

Returns the new tail position, if successful; otherwise, returns NULL.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseList Class