ValidateCodeSegments

3.0

  void ValidateCodeSegments(void)    

The ValidateCodeSegments function tests all code segments for random memory overwrites. The function works only in real mode (for Windows versions earlier than 3.1) and only with the debugging version of Windows.

Parameters

This function has no parameters.

Return Value

This function does not return a value.

Comments

Because code segments are not writable in protected mode (standard or enhanced), this function does nothing in Windows 3.1.

See Also

ValidateFreeSpaces