Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!