EXEFileProcessing
{
efpEncrypt = 0,
efpDecrypt = 1,
efpHash = 2,
efpSign = 3,
efpVerify = 4
}
This enumeration is used in parameters of the ReadFile, WriteFile and ProcessFile methods. The meaning of each member of this enumeration can be found in each one of these method's topics.