EDI Integrator 2016 C++ Edition
EDI Integrator 2016 C++ Edition
Questions / Feedback?

Property Event

Fired when ListProperties is invoked.

Syntax

 virtual int FireProperty(ProfileMgrPropertyEventParams *e);

 
typedef struct {
char* propName;
char* propValue;
int reserved;
} ProfileMgrPropertyEventParams;

Remarks

This event is fired when ListProperties is called. It fires for each property read by LoadProfile. The parameters propName and propValue provide property name and value respectively.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Edition - Version 16.0 [Build 7240]