OpenDOF Project
boolean DOF_ResolveCredentials ( DOF  self,
DOFCredentials  credentials,
int  timeout,
DOFException pException 
)

Attempts to resolve the given credentials.

Parameters
selfThe DOF to perform the resolution under. This must not be NULL.
credentialsThe DOFCredentials to resolve. This must not be NULL.
timeoutThe amount of time to wait for the credentials to be resolved.
[out]pExceptionAn Exception. If pException is NULL, no exception is reported. Otherwise, the output is either a DOFException, or NULL to indicate no exception occurred. DOFException_Destroy must be called to destroy the returned DOFException, if any.
Return values
TRUEif the credentials were resolved in the time given.
Exceptions
FALSEis returned if the credentials failed to be resolved in the time given. If pException is not NULL, the returned exception will give more details of the failure.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22