msos2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
PDDESTOSEL (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINDDE
 
 
PDDESTOSEL(pdde)
 
The PDDESTOSEL macro creates a selector from a pointer to a DDESTRUCT
structure. This is necessary in order to use the DosFreeSeg function to free
the memory that the DDESTRUCT structure uses.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
pdde       Points to a DDESTRUCT structure.
 
See Also
 
PDDEITOSEL, SELTOPDDES, DDESTRUCT