mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[PSDK]
- Add DSA_GetItemCount and DSA_AppendItem. Patch by Sylvain Deverre. CORE-10838 svn path=/trunk/; revision=71134
This commit is contained in:
@@ -4771,6 +4771,9 @@ typedef struct {
|
||||
_In_ int i,
|
||||
_In_ void *pitem);
|
||||
|
||||
#define DSA_GetItemCount(hdsa) (*(int *) (hdsa))
|
||||
#define DSA_AppendItem(hdsa, pitem) DSA_InsertItem (hdsa, DA_LAST, pitem)
|
||||
|
||||
typedef struct _DPA *HDPA;
|
||||
|
||||
WINCOMMCTRLAPI HDPA WINAPI DPA_Create(int cItemGrow);
|
||||
|
||||
Reference in New Issue
Block a user