GetNGenPdbsPath
Returns the path for both cache and destination NGEN PDB files for managed code.
Syntax
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. |