ValidateFile

Description

Validates that the QLM DLL is authentic and was not tampered with.

bool ValidateFile(ref string errorMsg);

Arguments

NameData TypeDescription

errorMsg

string

returned error message

Return

Data TypeDescription

bool

true if the file is valid

Last updated