IWebAppDiagnosticsSetup::DiagnosticsSupported
Determines whether diagnostics are supported on this application. If SetSite has been called on the object implementing this interface with a non-NULL value, DiagnosticsSupported returns true
. If not, it returns false
and calls to IWebAppDiagnosticsSetup::CreateObjectWithSiteAtWebApp fail.
Important
IWebAppDiagnosticsSetup Interface is implemented by PDM v11.0 and greater. Found in activdbg100.
Syntax
HRESULT DiagnosticsSupported( [out, retval] VARIANT_BOOL* pRetVal );
Parameters
pRetVal
If SetSite has been called on the object implementing this interface with a non-NULL value, DiagnosticsSupported returns true
. If not, it returns false
, and calls to IWebAppDiagnosticsSetup::CreateObjectWithSiteAtWebApp fail.