SystemVisibilityFlags enumeration (functiondiscoveryapi.h)
[Function Discovery is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Determines the visibility of the function instance's data.
Syntax
typedef enum tagSystemVisibilityFlags {
SVF_SYSTEM = 0,
SVF_USER = 1
} SystemVisibilityFlags;
Constants
SVF_SYSTEM Value: 0 The function instance's data is available to all users on the system. |
SVF_USER Value: 1 The function instance's data is accessible only to the current user. |
Remarks
All data operations and function instances are stored in HKEY_LOCAL_MACHINE. Access to a function instance or its data with system-wide visibility must be performed with Administrator access permissions.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | functiondiscoveryapi.h |