DPA_LoadStream (COMCTL32.9)
HRESULT DPA_LoadStream ( HDPA* phDpa, PFNDPASTREAM loadProc, IStream* pStream, LPVOID pData )
Loads a dynamic pointer array from a stream.
| phDpa | [Out] | pointer to a handle to a dynamic pointer array. |
| loadProc | [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". source.winehq.org/source/dlls/comctl32/dpa.c
Debug channel "dpa".
Copyright © 2009 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2009.