IUnknown_AddRef_Proxy function
[IUnknown_AddRef_Proxy is not supported and may be altered or unavailable in the future.]
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.
This function is used internally by proxies that are generated by MIDL.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: