Returns the decompressed byte length of a special (compressed) script.
Synopsis
Declared in <compressor.h>
unsigned int
GetSpecialScriptSize(unsigned int nSize);
Return Value
The number of payload bytes to read for that special script.
Parameters
Name |
Description |
nSize |
The special script type identifier read from the stream. |
Created with MrDocs