SUUserRetrieveData

Retrieves user data.

The data must have been previously saved by using the SUUserSaveData function.

This function should not be used. The SUUserPopData12ZN9YL function should be used instead.

VOID SUUserRetrieveData(

    WORD wIndex,

 

    VOID VWPTR *pData,

 

    HPROC reserved

 

   );

 

 

Parameters

wIndex

Index value specifying the data to retrieve. This value must have been previously returned by the SUUserSaveData4I92.9 function.

pData

Address of the VwStreamUserSaveType structure receiving the data.

reserved

Reserved; do not use.

 

Return Values

None.