The IAppManagementHandler::CheckReconnectData method, in Configuration Manager, checks whether the reconnection data is valid.

[IDL]
HRESULT CheckReconnectData(
	 IWbemClassObject* pReconnectData,
	 BOOL* pfIsValid,
	 BOOL* pfEnforcementFinished
);

Parameters

pReconnectData

Data type: IWbemClassObjectQualifiers: [in].  
pfIsValid

Data type: BOOLQualifiers: [out].  
pfEnforcementFinished

Data type: BOOLQualifiers: [out].  

Return Values

An HRESULT code. Possible values include, but are not limited to, the following:

S_OK

The method succeeded. All other return values indicate failure.

Requirements

Runtime Requirements

Development Requirements

See Also