Title: | POLYCENTER Console Manager |
Notice: | Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS: |
Moderator: | CSC32::BUTTERWORTH |
Created: | Thu Aug 06 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1541 |
Total number of notes: | 6564 |
In CONSOLE.H (V1.5, kit on CD ROM, 31-MAY-1994), ....... typedef struct CM_event_struct { struct CM_event_struct *next; struct CM_event_struct *prev; struct re_pattern_buffer *compiled_re; ....... Question 1 : Where the structure "re_pattern_buffer" is defined ? Question 2 : These event structures are the same for both VMS and OSF1 systems, as defined in the CONSOLE.H ? Thank you in advance. Cheu.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
667.1 | OPG::PHILIP | And through the square window... | Tue Apr 04 1995 11:35 | 13 | |
Cheu, The header file is the same on all platforms. The re_pattern_buffer field was used internally. In V1.6 it has been changed to void *compiled_re; We dont recommend that you change or use this field in any way. Cheers, Phil |