Memory Block Comparison Warnings

From RAD Studio
Jump to: navigation, search

Go Up to CodeGuard Warnings Index

Each of the following functions has a parameter that determines the maximum number of bytes it compares:

If the Warnings option is enabled for the functions listed above, CodeGuard verifies that a comparison can be performed for each memory block passed to the function. If a memory block is too large, as determined by the parameter passed to the function, CodeGuard generates a warning.

If the Warnings option is disabled for the functions listed above, CodeGuard checks the first byte in each memory block passed to the function. If the memory block is invalid, CodeGuard generates an error message.