|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| UINT | BisectListSortedByValueEx (IN PLIST_CTL ListCtl, IN ULONG_PTR Value, IN UINT itemStart, IN UINT itemEnd, OUT PUINT pValueItem OPTIONAL, IN BOOL BisectRightOrLeft) |
| UINT | BisectListSortedByValue (IN PLIST_CTL ListCtl, IN ULONG_PTR Value, OUT PUINT pValueItem OPTIONAL, IN BOOL BisectRightOrLeft) |
| UINT BisectListSortedByValue | ( | IN PLIST_CTL | ListCtl, |
| IN ULONG_PTR | Value, | ||
| OUT PUINT pValueItem | OPTIONAL, | ||
| IN BOOL | BisectRightOrLeft | ||
| ) |
Definition at line 115 of file utils.c.
Referenced by AddCodePage(), BuildCodePageList(), EnumFontSizesProc(), and FontSizeList_SelectFontSize().
| UINT BisectListSortedByValueEx | ( | IN PLIST_CTL | ListCtl, |
| IN ULONG_PTR | Value, | ||
| IN UINT | itemStart, | ||
| IN UINT | itemEnd, | ||
| OUT PUINT pValueItem | OPTIONAL, | ||
| IN BOOL | BisectRightOrLeft | ||
| ) |
Definition at line 39 of file utils.c.
Referenced by BisectListSortedByValue().