2004
Michael Natterer
Installs a progress callback for the current plug-in.
This function installs a temporary PDB procedure which will handle all progress calls made by this plug-in and any procedure it calls. Calling this function multiple times simply replaces the old progress callbacks.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | progress-callback | The callback PDB proc to call |
None