TS_SB_SORT_BY enumeration (sbtsv.h)
Specifies sort order. It is used as a parameter in the EnumerateTargets method.
Syntax
typedef enum _TS_SB_SORT_BY {
TS_SB_SORT_BY_NONE = 0,
TS_SB_SORT_BY_NAME = 0x1,
TS_SB_SORT_BY_PROP = 0x2
} TS_SB_SORT_BY;
Constants
TS_SB_SORT_BY_NONEValue: 0 Do not sort. |
TS_SB_SORT_BY_NAMEValue: 0x1 Sort by target name. |
TS_SB_SORT_BY_PROPValue: 0x2 Sort by a specified property. |
Requirements
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 |
| Header | sbtsv.h |