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.
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,
SL_DATA_SUM = 100
} SLDATATYPE;
Constants
SL_DATA_NONEValue: REG_NONE The buffer has no data type. |
SL_DATA_SZValue: REG_SZ The buffer contains a null-terminated Unicode string. |
SL_DATA_DWORDValue: REG_DWORD The buffer contains a DWORD value. |
SL_DATA_BINARYValue: REG_BINARY The buffer contains a binary value. |
SL_DATA_MULTI_SZThe buffer contains multiple null-terminated Unicode strings. |
SL_DATA_SUMValue: 100 The buffer contains a sum. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | slpublic.h |