This topic has not yet been rated - Rate this topic

IUnknown_AddRef_Proxy function

The IUnknown_AddRef_Proxy function implements the AddRef method for all interface proxies.

Syntax


ULONG STDMETHODCALLTYPE IUnknown_AddRef_Proxy(
  IUnknown __RPC_FAR *This
);

Parameters

This

Pointer to the proxy object.

Return value

Returns an integer from 1 to n, indicating the value of the new reference count.

Remarks

The return value is for diagnostic and testing purposes only; the return value may be unstable.

Windows Phone 8: This API is supported.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Unknwn.h

Library

RpcRT4.lib

DLL

RpcRT4.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/23/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.