This topic has not yet been rated - Rate this topic

SLDATATYPE enumeration

Applies to: desktop apps only

Specifies the data type of the buffer returned by the SLGetWindowsInformation function.

Syntax

typedef enum _tagSLDATATYPE {
  SL_DATA_NONE       = REG_NONE,
  SL_DATA_SZ         = REG_SZ,
  SL_DATA_DWORD      = REG_DWORD,
  SL_DATA_BINARY     = REG_BINARY,
  SL_DATA_MULTI_SZ   = REG_MULTI_SZ,
  SL_DATA_SUM        = 100 
} SLDATATYPE;

Constants

SL_DATA_NONE

The buffer has no data type.

SL_DATA_SZ

The buffer contains a null-terminated Unicode string.

SL_DATA_DWORD

The buffer contains a DWORD value.

SL_DATA_BINARY

The buffer contains a binary value.

SL_DATA_MULTI_SZ

The buffer contains multiple null-terminated Unicode strings.

SL_DATA_SUM

The buffer contains a sum.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

Slpublic.h

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ