DPA_LoadStream(3w)

NAME

DPA_LoadStream (COMCTL32.9)

SYNOPSIS

HRESULT DPA_LoadStream
 (
  HDPA*        phDpa,
  PFNDPASTREAM loadProc,
  IStream*     pStream,
  LPVOID       pData
 )

DESCRIPTION

Loads a dynamic pointer array from a stream.

PARAMS

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.

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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/dpa.c".

Debug channel "dpa".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout