You are reading help file online using chmlib.com
|
SPDATAKEYLOCATION lists top-level registry keys. It is used for data key locations with ISpObjectTokenCategory::GetDataKey
typedef enum SPDATAKEYLOCATION
{
SPDKL_DefaultLocation,
SPDKL_CurrentUser,
SPDKL_LocalMachine,
SPDKL_CurrentConfig
} SPDATAKEYLOCATION;
You are reading help file online using chmlib.com
|