Scroll to navigation

DPA_SaveStream(3w) Wine API DPA_SaveStream(3w)

NAME

DPA_SaveStream (COMCTL32.10)

SYNOPSIS

HRESULT DPA_SaveStream
(
const HDPA hDpa,
PFNDPASTREAM saveProc,
IStream* pStream,
LPVOID pData
)
 

DESCRIPTION

Saves a dynamic pointer array to a stream.
 

PARAMS

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.
 

RETURNS

Success: S_OK, S_FALSE - partial success
Failure: HRESULT error code.
 

NOTES

No more information available yet!
 

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.
Implemented in "dlls/comctl32/dpa.c".
Debug channel "dpa".
Oct 2012 Wine API