LibreOffice Module onlineupdate (master) 1
Functions
pathhash.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BOOL CalculateRegistryPathFromFilePath (const LPCWSTR filePath, LPWSTR registryPath)
 Converts a file path into a unique registry location for cert storage. More...
 

Function Documentation

◆ CalculateRegistryPathFromFilePath()

BOOL CalculateRegistryPathFromFilePath ( const LPCWSTR  filePath,
LPWSTR  registryPath 
)

Converts a file path into a unique registry location for cert storage.

Parameters
filePathThe input file path to get a registry path from
registryPathA buffer to write the registry path to, must be of size in WCHARs MAX_PATH + 1
Returns
TRUE if successful

Referenced by DoesBinaryMatchAllowedCertificates(), and NS_main().