CUnknown::NonDelegatingAddRef (Compact 2013)

3/26/2014

Increments the reference count for an interface.

Syntax

ULONG NonDelegatingAddRef( );

Parameters

None.

Return Value

Returns the reference count of the object.

Remarks

This member function provides a base class implementation of the INonDelegatingUnknown::INonDelegatingUnknown method.

When the object derived from CUnknown is part of an aggregated object, this reference count modification is private to the embedded object.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CUnknown Class