Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
The Network Access Protection platform is not available starting with Windows 10
The IsRemoteConfigSupported method is implemented by system health validators (SHVs) to indicate whether remote configuration is supported.
HRESULT IsRemoteConfigSupported(
[out] BOOL *isSupported,
[out] UINT8 *remoteConfigType
);
isSupported [out]
A pointer to a BOOL that is set to TRUE if the component supports remote configuration, and FALSE if it does not.
remoteConfigType [out]
Indicates the type of remote configuration supported using value from the RemoteConfigurationType enumeration:
Value | Meaning |
---|---|
|
InvokeUIForMachine is implemented. |
|
InvokeUIFromConfigBlob is implemented. INapComponentConfig::GetConfig and INapComponentConfig::SetConfig can be called remotely using DCOM. |
Returns S_OK if successful, or one of the standard Windows error codes.
If neither InvokeUIForMachine nor InvokeUIFromConfigBlob are implemented, remote configuration of the SHV is not possible.
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
IDL |
|
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today