DSA_EnumCallback function (dpa_dsa.h)
Iterates through the dynamic structure array (DSA) and calls pfnCB on each item.
Syntax
void DSA_EnumCallback(
[in] HDSA hdsa,
[in] PFNDAENUMCALLBACK pfnCB,
[in] void *pData
);
Parameters
[in] hdsa
Type: HDSA
A handle to an existing DSA.
[in] pfnCB
Type: PFNDAENUMCALLBACK*
A callback function pointer. See PFNDSAENUMCALLBACK for the callback function prototype.
[in] pData
Type: void*
A callback data pointer. pData is passed as a parameter to pfnCB.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | dpa_dsa.h |
DLL | Comctl32.dll |
API set | ext-ms-win-shell-comctl32-da-l1-1-0 (introduced in Windows 10, version 10.0.14393) |