The HrMAPIGotoSRow function retrieves a pointer to a MAPI SRow structure in a MAPI SRowSet structure.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
HRESULT HrMAPIGotoSRow(
LPSRowSet FAR lpRows,
ULONG ulRow,
LPSRow * lppRow
);
See Return Values.
For more information on this function, see the HrMAPIGotoSRow function in EDKMAPI.C under the EDKMAPI code sample in the Code Samples folder.
For information on the FreeProws function, MAPIFreeBuffer function, SRow structure, and SRowSet structure, see the MAPI Programmer's Reference.
Note To release memory that you have allocated for a MAPI SRowSet structure, use the MAPI FreeProws function. If you use the MAPI MAPIFreeBuffer function, your application will leak memory.
HrMAPIGetFirstSRowSet, HrMAPIGotoNextSRow