Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.56 KB

nf-dbgmodel-idebughostmodulesignature-addref.md

File metadata and controls

59 lines (48 loc) · 1.56 KB
UID title description ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name
NF:dbgmodel.IDebugHostModuleSignature.AddRef
IDebugHostModuleSignature::AddRef (dbgmodel.h)
The IDebugHostModuleSignature::AddRef method increments the reference count for an interface on an object.
09/21/2018
IDebugHostModuleSignature::AddRef
IDebugHostModuleSignature::AddRef, AddRef, IDebugHostModuleSignature.AddRef, IDebugHostModuleSignature::AddRef, IDebugHostModuleSignature.AddRef
dbgmodel.h
Windows
debugger
RS5
IDebugHostModuleSignature::AddRef
dbgmodel/IDebugHostModuleSignature::AddRef
apiref
COM
dbgmodel.h
IDebugHostModuleSignature::AddRef

IDebugHostModuleSignature::AddRef

-description

Increments the reference count for an interface on an object. This method should be called for every new copy of a pointer to an interface on an object.

For more information, see IUnknown::AddRef and Introduction to COM.

-returns

This method returns ULONG.

-remarks

-see-also

IDebugHostModuleSignature interface