Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 1.37 KB

nf-dbgmodel-idebughosttype2-isgeneric.md

File metadata and controls

63 lines (50 loc) · 1.37 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.IDebugHostType2.IsGeneric
IDebugHostType2::IsGeneric (dbgmodel.h)
The IDebugHostType2::IsGeneric method, when called on a type, gets whether the type is a generic or template.
10/04/2018
IDebugHostType2::IsGeneric
IDebugHostType2::IsGeneric, IsGeneric, IDebugHostType2.IsGeneric, IDebugHostType2::IsGeneric, IDebugHostType2.IsGeneric
dbgmodel.h
Windows
debugger
RS5
IDebugHostType2::IsGeneric
dbgmodel/IDebugHostType2::IsGeneric
apiref
COM
dbgmodel.h
IDebugHostType2::IsGeneric

IDebugHostType2::IsGeneric

-description

Returns whether the type is a generic or template.

-parameters

-param isGeneric

An indication of whether the type is a generic or template type is returned here.

-returns

This method returns HRESULT that indicates success or failure.

-remarks

-see-also

IDebugHostType2 interface