All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ENOVInterfaces Interface VPMIWflCmdRequest

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---VPMIWflCmdRequest
 

Usage: you can freely reimplement this interface.


interface VPMIWflCmdRequest

This interface is used to invoke WFL applications defined as commands.
Role: To be actually executed, the command class adhering to this interface must be an extension of a late-type named EWFAPP_.


Method Index


o ExecuteRequest(CATLISTV(CATUnicodeString)&)
Execute the command by potentially passing input parameter names.

Methods


o ExecuteRequest
public virtual HRESULT ExecuteRequest( const CATLISTV(CATUnicodeString)& iRequestParams) = 0
Execute the command by potentially passing input parameter names.
Parameters:
iRequestParams
The input list contains the activity ID as first element. The rest of the list are names of the command parameters that may be bound to actual objects pooled in a hashtable before the method is called.

This object is included in the file: VPMIWflCmdRequest.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.