ISdoMachine::IsDirectoryAvailable method (sdoias.h)
The IsDirectoryAvailable method tests whether an Active Directory service is available on the SDO computer.
HRESULT IsDirectoryAvailable(
[out] VARIANT_BOOL *boolDirectoryAvailable
);
[out] boolDirectoryAvailable
Specifies whether the Active Directory is available. If the Active Directory is available, this parameter is TRUE. Otherwise, it is FALSE.
If the method succeeds the return value is S_OK.
If the method fails, the return value is one of the following error codes.
Before calling this method, use the ISdoMachine::Attach method to attach to the SDO computer.
Important Always returns VARIANT_FALSE in the current implementation.
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | sdoias.h |
DLL | Iassdo.dll |