CATSORT_FLAGS enumeration (shobjidl_core.h)

Specifies methods for sorting category data.

Syntax

typedef enum CATSORT_FLAGS {
  CATSORT_DEFAULT = 0,
  CATSORT_NAME = 0x1
} ;

Constants

 
CATSORT_DEFAULT
Value: 0
Use the default sort order.
CATSORT_NAME
Value: 0x1
Use a method that sorts on category names.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header shobjidl_core.h (include Shobjidl.h)