Enumerazione SLDATATYPE (slpublic.h)
Specifica il tipo di dati del buffer restituito dalla funzione SLGetWindowsInformation .
Sintassi
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;
Costanti
SL_DATA_NONE Valore: REG_NONE Il buffer non ha alcun tipo di dati. |
SL_DATA_SZ Valore: REG_SZ Il buffer contiene una stringa Unicode con terminazione null. |
SL_DATA_DWORD Valore: REG_DWORD Il buffer contiene un valore DWORD . |
SL_DATA_BINARY Valore: REG_BINARY Il buffer contiene un valore binario. |
SL_DATA_MULTI_SZ Il buffer contiene più stringhe Unicode con terminazione null. |
SL_DATA_SUM Valore: 100 Il buffer contiene una somma. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | slpublic.h |