Changeset 97256 in vbox for trunk/include/VBox
- Timestamp:
- Oct 20, 2022 3:14:04 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154237
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/HGCMMock.h
r96407 r97256 548 548 * Waits for a HGCM mock client to connect, extended version. 549 549 * 550 * @return VBox status code.550 * @return Pointer to connected client, or NULL if ran into timeout. 551 551 * @param pSvc HGCM mock service instance. 552 552 * @param msTimeout Timeout (in ms) to wait for connection. … … 566 566 * Waits for a HGCM mock client to connect. 567 567 * 568 * @return VBox status code.568 * @return Pointer to connected client, or NULL if waiting for connection was aborted. 569 569 * @param pSvc HGCM mock service instance. 570 570 */
Note:
See TracChangeset
for help on using the changeset viewer.