IDebugHostType::IsGeneric method (dbgmodel.h)
Returns whether the type is a generic or template.
Syntax
HRESULT IsGeneric(
bool *isGeneric
);
Parameters
isGeneric
An indication of whether the type is a generic or template type is returned here.
Return value
This method returns HRESULT that indicates success or failure.
Requirements
Requirement | Value |
---|---|
Header | dbgmodel.h |