DPA_SaveStream.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DPA_SaveStream (COMCTL32.10)

SYNOPSIS

HRESULT DPA_SaveStream
 (
  const HDPA  hDpa,
  DPALOADPROC loadProc,
  IStream*    pStream,
  LPARAM      lParam
 )

DESCRIPTION

Saves a dynamic pointer array to a stream.

PARAMS

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.

RETURNS

Success: TRUE

Failure: FALSE.

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".