CommonCVerifyPrototypeResults

Use these constants with the result parameter the CommonCModule.VerifyPrototype method returns.

  • CommonCVerifyPrototypeResult_ModuleUpdated –(Value: 1) Specifies that the CommonCModule.VerifyPrototype method modified the currently loaded parameters to match the prototype the source code specifies.
  • CommonCVerifyPrototypeResult_PrototypesMatch –(Value: 0) Specifies that the prototype the source code specifies matches the currently loaded parameters.
  • CommonCVerifyPrototypeResult_SourceUpdated –(Value: 2) Specifies that the CommonCModule.VerifyPrototype method modified the source code to match the prototype the currently loaded parameters specify.
  • CommonCVerifyPrototypeResult_UserCancelled –(Value: 3) Specifies that the CommonCModule.VerifyPrototype method prompted the user to update the module or source code, but the user cancelled the dialog box.

See Also

CommonCModule.VerifyPrototype