DecodeNAFCountCode
function DecodeNAFCountCode (const Key : TKey; const Code : TCode) : LongInt;

TurboPack OnGuard FMX

DecodeNAFCountCode

function DecodeNAFCountCode (const Key : TKey; const Code : TCode) : LongInt;

Navigation:  »No topics above this level«

DecodeNAFCountCode

function DecodeNAFCountCode (const Key : TKey; const Code : TCode) : LongInt;

Return to chapter overview

_bm1 DecodeNAFCountCode uses Key to decode Code and returns the number of authorized users as the function result.

Key must be the same key that was used to create the code or the code is considered invalid. If the code is invalid, 0 is returned.

This routine is defined in the OgNetWrk unit.