IDiaLoadCallback2::RestrictReferencePathAccess

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Determines if looking for a .pdb file is allowed in the path where the .exe file is located.

Syntax

HRESULT RestrictReferencePathAccess();

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

Any return code other than S_OK to prevent looking for a .pdb file in the path where the .exe file is located.

See also