Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/2014
This structure specifies the range of returned requested search results.
Syntax
typedef struct _ MLRange {
ULONG cSkip;
ULONG cRequested;
BOOL fReverse;
} MLRange;
Members
- cSkip
Number of skipped items.
- cRequested
Number of requested items.
- fReverse
If true, the reverse order is requested.
Requirements
Header |
mlibdll.h, |