InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ProgressParam Struct Reference

#include <IDatalink.h>

Public Attributes

ProgressProc * proc
 
void * data
 
int32 index
 
ProgressStatus status
 

Detailed Description

Parameter to allow callback for potentially slow routines in IDataLink.

Member Data Documentation

void* ProgressParam::data

Arbitrary data passed to the ProgressProc as data parameter

int32 ProgressParam::index

Index of link in the links palette, or -1. The ProgressProc index parameter

ProgressProc* ProgressParam::proc

ProgressProc callback routine

ProgressStatus ProgressParam::status

This value is filled and passed back by the routine