DPA_SaveStream (COMCTL32.10)
HRESULT DPA_SaveStream ( const HDPA hDpa, DPALOADPROC loadProc, IStream* pStream, LPARAM lParam )
Saves a dynamic pointer array to a stream.
hDpa | [In] | handle to a dynamic pointer array. |
loadProc | [In] | pointer to a callback function. |
pStream | [In] | pointer to a stream. |
lParam | [In] | application specific value. |
Success: TRUE
Failure: FALSE.
No more information available yet!
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/comctl32/dpa.c". source.winehq.org/source/dlls/comctl32/dpa.c
Debug channel "dpa".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.