SLDATATYPE enumeration (slpublic.h)
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_NONE Value: REG_NONE The buffer has no data type. |
SL_DATA_SZ Value: REG_SZ The buffer contains a null-terminated Unicode string. |
SL_DATA_DWORD Value: REG_DWORD The buffer contains a DWORD value. |
SL_DATA_BINARY Value: REG_BINARY The buffer contains a binary value. |
SL_DATA_MULTI_SZ The buffer contains multiple null-terminated Unicode strings. |
SL_DATA_SUM Value: 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 |