DrgAllocDragtransfer - Syntax

This function allocates a specified number of DRAGTRANSFER structures from a single segment.

#define INCL_WINSTDDRAG
#include <os2.h>

ULONG            cdxfer;         /*  Number of DRAGTRANSFER structures to be allocated. */
PDRAGTRANSFER    pDragtransfer;  /*  Pointer to an array of DRAGTRANSFER structures. */

pDragtransfer = DrgAllocDragtransfer(cdxfer);


[Back: DrgAllocDragtransfer]
[Next: DrgAllocDragtransfer Parameter - cdxfer]