Expand Minimize
This topic has not yet been rated - Rate this topic

FDAP enumeration

Specifies list placement.

Syntax


typedef enum tagFDAP { 
  FDAP_BOTTOM  = 0,
  FDAP_TOP     = 1
} FDAP;

Constants

FDAP_BOTTOM

The place is added to the bottom of the default list.

FDAP_TOP

The place is added to the top of the default list.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.