Changeset 96329 in vbox for trunk/include
- Timestamp:
- Aug 19, 2022 9:18:25 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153143
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/req.h
r93115 r96329 151 151 * @param hQueue The request queue. 152 152 * @param ppReq Where to store the pointer to the request. 153 * This will be NULL or a valid request pointer no tmatter what happens.153 * This will be NULL or a valid request pointer no matter what happens. 154 154 * @param cMillies Number of milliseconds to wait for the request to 155 155 * be completed. Use RT_INDEFINITE_WAIT to only … … 177 177 * @param hQueue The request queue. 178 178 * @param ppReq Where to store the pointer to the request. 179 * This will be NULL or a valid request pointer no tmatter what happens.179 * This will be NULL or a valid request pointer no matter what happens. 180 180 * @param cMillies Number of milliseconds to wait for the request to 181 181 * be completed. Use RT_INDEFINITE_WAIT to only … … 205 205 * when RTREQFLAGS_NO_WAIT is used. 206 206 * This variable will be set to NIL or a valid request 207 * handle no tmatter what happens.207 * handle no matter what happens. 208 208 * @param cMillies Number of milliseconds to wait for the request to 209 209 * be completed. Use RT_INDEFINITE_WAIT to only … … 234 234 * when RTREQFLAGS_NO_WAIT is used. 235 235 * This variable will be set to NIL or a valid request 236 * handle no tmatter what happens.236 * handle no matter what happens. 237 237 * @param cMillies Number of milliseconds to wait for the request to 238 238 * be completed. Use RT_INDEFINITE_WAIT to only … … 457 457 * when RTREQFLAGS_NO_WAIT is used. 458 458 * This variable will be set to NIL or a valid request 459 * handle no tmatter what happens.459 * handle no matter what happens. 460 460 * @param fFlags A combination of RTREQFLAGS values. 461 461 * @param pfnFunction The function to be called. Must be declared by a … … 481 481 * when RTREQFLAGS_NO_WAIT is used. 482 482 * This variable will be set to NIL or a valid request 483 * handle no tmatter what happens.483 * handle no matter what happens. 484 484 * @param fFlags A combination of RTREQFLAGS values. 485 485 * @param pfnFunction The function to be called. Must be declared by a
Note:
See TracChangeset
for help on using the changeset viewer.