Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | Window handle |
R1 | Block to contain icon handles |
R2 | Bit mask |
R3 | Bit settings to match |
Exit | |
---|---|
R0 | Corrupt |
Block | Updated |
The purpose of this call is to search all icons within a specific window for an icon with an icon flag that matches the pattern specified in R3.
For each icon that matches the search criteria, its handle number is added to the block pointed to by R1.
The list of returned icon handles are terminated by a value of -1.
The mask value in R2 is used to specify which bits are used to compare against. An example of how this call works is shown below.
(icon flags AND R2) = (R3 AND R2)