|
uLib
User mode C/C++ extended API library for Win32 programmers.
|
Classes | |
| class | DynArray |
| struct | GroupEntry |
| class | GroupList |
| class | LargeInt |
| class | SimpleThread |
| class | SortDynArray |
| class | Thread |
Typedefs | |
| typedef class DynArray * | PDynArray |
| typedef bool(CALLBACK * | DYN_ITEMFUNC) (PVOID Item, PVOID UserData) |
| typedef class SortDynArray * | PSortDynArray |
| typedef class SimpleThread * | PSimpleThread |
| typedef class Thread * | PThread |
| typedef struct GroupEntry | GroupEntry |
| typedef GroupEntry * | PGroupEntry |
| typedef GroupList * | PGroupList |
Functions | |
| bool | operator== (POINT P1, POINT P2) |
| bool | operator != (POINT P1, POINT P2) |
| bool | operator== (POINTS P1, POINTS P2) |
| bool | operator != (POINTS P1, POINTS P2) |
| FILETIME | Now (eTimeType Domain) |
| FILETIME | AddTime (FILETIME Time, SHORT Hr, SHORT Min, SHORT Sec, SHORT mSec) |
| FILETIME | AddFiletime (FILETIME Time, const FILETIME Add) |
| FILETIME | MakeDateTime (WORD Year, WORD Month, WORD Day, WORD Hr, WORD Min, WORD Sec) |
| bool | operator > (FILETIME const &A, FILETIME const &B) |
| bool | operator< (FILETIME const &A, FILETIME const &B) |
| bool | operator== (FILETIME const &A, FILETIME const &B) |
| bool | operator >= (FILETIME const &A, FILETIME const &B) |
| bool | operator<= (FILETIME const &A, FILETIME const &B) |
| bool | operator != (FILETIME const &A, FILETIME const &B) |
Variables | |
| const FILETIME | NullFileTime = {0,0} |
| bool uLib::operator== | ( | POINT | P1, |
| POINT | P2 | ||
| ) |
Definition at line 71 of file UtilFunc.cpp.
| bool uLib::operator != | ( | POINT | P1, |
| POINT | P2 | ||
| ) |
Definition at line 74 of file UtilFunc.cpp.
| bool uLib::operator== | ( | POINTS | P1, |
| POINTS | P2 | ||
| ) |
Definition at line 77 of file UtilFunc.cpp.
| bool uLib::operator != | ( | POINTS | P1, |
| POINTS | P2 | ||
| ) |
Definition at line 80 of file UtilFunc.cpp.
| FILETIME uLib::AddTime | ( | FILETIME | Time, |
| SHORT | Hr, | ||
| SHORT | Min, | ||
| SHORT | Sec, | ||
| SHORT | mSec | ||
| ) |
Definition at line 564 of file KernelUtil.cpp.