DPA_SaveStream (COMCTL32.10)
HRESULT DPA_SaveStream ( HDPA hDpa, PFNDPASTREAM saveProc, IStream* pStream, LPVOID pData )
Saves a dynamic pointer array to a stream.
hDpa | [In] | handle to a dynamic pointer array. |
saveProc | [In] | pointer to a callback function. |
pStream | [In] | pointer to a stream. |
pData | [In] | pointer to callback data. |
Success: S_OK, S_FALSE - partial success
Failure: HRESULT error code.
No more information available yet!
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/comctl32/dpa.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/dpa.c
Debug channel "dpa".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.