File size: 660 Bytes
870cc27 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# SubclassExclusionList.ini
#
# This file contains the list of window classes that will not
# be subclassed.
# Each single entry exists on its own line with no punctuation at all.
#
# Comments may be added to the file by beginning the line with
# a hash mark ('#'). The hash mark must be the first character
# on the line. Comments may not be appended to an exclusion class line
# itself.
#
# Blank lines may be included but, like comments, will be ignored at run time.
# Following line allows a SUBCLASS trace to be enabled for xxxxx.exe
# xxxxx.exe refers to an image name, which can be no longer than 15 chars
TRACE_PROCESS:xxxxx.exe
|