Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
expansion.library
NAME
AllocConfigDev
allocate a ConfigDev structure
SYNOPSIS
configDev = AllocConfigDev()
D0
FUNCTION
This routine returns the address of a ConfigDev structure. It is provided so new fields can be added to the structure without breaking old, existing code. The structure is cleared when it is returned to the user.
RESULT
configDev
either a valid ConfigDev structure or NULL.
SEE ALSO
FreeConfigDev()