Saves user data.
This function should not be used. The SUUserPushData function should be used instead.
VOID SUUserSaveData(
VOID VWPTR *pData, | |
HPROC reserved | |
); |
Parameters
pData
Address of a VwStreamUserSaveType structure containing the data to be saved.
reserved
Reserved; do not use.
Return Values
Returns the index used to retrieve the data. Indexes are guaranteed to be zero-based and sequential.