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.
Validates the migration table.
Syntax
HRESULT Validate(
[out] IGPMResult **ppResult
);
Parameters
[out] ppResult
Reference to an IGPMResult interface. The Result property references whether the validation is successful. The Status property references the IGPMStatusMsgCollection that contains the validation errors or warnings.
Return value
C++
Returns S_OK if successful. Returns a failure code if an error occurs.JScript
Returns a GPMResult object. The Result property references whether the validation was successful. The Status property references the GPMStatusMsgCollection that contains the validation errors or warnings.VB
Returns a GPMResult object. The Result property references whether the validation was successful. The Status property references the GPMStatusMsgCollection that contains the validation errors or warnings.Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Target Platform | Windows |
| Header | gpmgmt.h |
| DLL | Gpmgmt.dll |