Edit

Share via


MsoFIsFileFromTrustedLocation function

Description

This function will check if the given file is from some trusted location or not. The function with underscore prefix is used in a 32-bit Windows cdecl calling convention.

BOOL MsoFIsFileFromTrustedLocation(const WCHAR* wzPath) 

BOOL _MsoFIsFileFromTrustedLocation(const WCHAR* wzPath) 

Return value

Boolean, which represents if the given file is from some trusted location.

Remarks

A trusted location is where to store a file when you don’t want that file to be checked by the Office Trust Center.

Requirements

DLL MSO.DLL
Minimum supported application Microsoft Office 2007 system