|
Documentation Project 1
|
#define DeleteDataList(p) ( DeleteDataListEx( (p) DBG_SRC ) )
|
Parameters |
Description |
|
ppDataList |
pointer to the PDATALIST. |
Destroy a DataList.
PDATALIST datalist = CreateDataList( 4 ); DeleteDataList( &datalist );
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|