SUUserRetrieveDataSUUserRetrieveData*
*Contents  *Index  *Topic Contents
*Previous Topic: SUUserPushData
*Next Topic: SUUserSaveData

SUUserRetrieveData

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

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

Syntax


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 SUUserSaveData function.
pData
Address of the VwStreamUserSaveType structure receiving the data.
reserved
Reserved; do not use.

Return Value


No return value.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.