Share via


GetNGenPdbsPath

Applies To: Windows 8, Windows 8.1

Returns the path for both cache and destination NGEN PDB files for managed code.

HRESULT GetNGenPdbsPath
  ([out] VARIANT_BOOL* pfEnable,
  [out] BSTR* pbstrNGenPdbsCachePath,
  [out] BSTR* pbstrNGenPdbsTargetPath)
;

Parameters

  • pfEnable
    [out] A Boolean that indicates whether NGEN PDBs are enabled.
  • pbstrNGenPdbsCachePath
    [out] A pointer to the source path.
  • pbstrNGenPdbsTargetPath
    [out] A pointer to the destination path.

Return Value

The following table describes possible return values. Failure return values are implementation-specific.

Return Value Description

S_OK

Indicates success.

See Also

Reference

ITraceMergeTextHandler