Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Note
The Network Access Protection platform is not available starting with Windows 10
The INapSystemHealthAgentBinding2::GetSystemIsolationInfoEx method is called by SHAs to determine the system isolation state and extended isolation state.
Note
Use INapSystemHealthAgentBinding::GetSystemIsolationInfo in order to only determine the isolation state of the system.
Syntax
HRESULT GetSystemIsolationInfoEx(
[out] IsolationInfoEx **isolationInfo,
[out] BOOL *unknownConnections
) const;
Parameters
-
isolationInfo [out]
-
A pointer to a pointer to an IsolationInfoEx structure that contains the extended isolation state of the system for known connections. isolationInfo indicates if the system is in a state of restricted access, probation, or unrestricted access, as well as ExtendedIsolationState information.
-
unknownConnections [out]
-
A pointer to a BOOL that is TRUE if any connections are in an unknown state and FALSE otherwise.
Return value
Other COM-specific error codes also may be returned.
| Return code | Description |
|---|---|
|
Operation succeeded. |
|
Permissions error, access denied. |
|
System resource limit, could not perform the operation. |
|
The SHA has not been previously initialized. |
|
The NapAgent has been stopped. This object will recover automatically and rebind to the NapAgent, once it restarts. |
Remarks
The SHA must free the IsolationInfoEx structure by calling FreeIsolationInfoEx.
The SHA must call Initialize before calling this method or any other method of the INapSystemHealthAgentBinding2 interface.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| Header |
|
| IDL |
|
| DLL |
|