The generalCreditRequest ATL COM module for
generating electronic and paper based credit requests
generating electronic and paper based credit requests
API browser of generalCreditRequest450 COM module
![]() |
![]() |
||
---|---|---|---|
Sets the basic primary parameters of the planned treatment | |||
![]() | |||
![]() |
|||
![]() | |||
![]() |
|||
HRESULT SetTreatment( | DATE
DATE CantonType TreatmentReasonType VARIANT_BOOL |
dDateBegin,
dDateEnd, eTreatmentCanton, eTreatmentReason, *pbStatus); |
|
[C/C++ return value] | S_OK | This value is returned if the function call was successful. | |
S_FALSE | This value is returned if the end of an iteration is reached | ||
E_name | This value is returned if the function call was unsuccessful and an error exception was generated. Note that if you are using SmartPointers an exception is thrown under these conditions. | ||
![]() | |||
![]() |
|||
[in] DATE | dDateBegin | dDateBegin is the supposed start of the treatment | |
[in] DATE | dDateEnd | dDateEnd is the supposed end of the treatment
If the end of treatment is unknown, than supply a 0 date. |
|
[in] CantonType | eTreatmentCanton | The treatment canton given by the CantonType enumeration | |
[in] TreatmentReasonType | eTreatmentReason | The treatment reason given by the TreatmentReasonType enumeration | |
[out,retval] VARIANT_BOOL | *pbStatus | Return status of the method. If pbStatus is VARIANT_FALSE then an error occurred and GetAbortInfo should be called to retrieve the error string. | |
![]() |