Changeset 57710 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Sep 11, 2015 11:17:52 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r57708 r57710 72 72 * 73 73 * @returns VBox status code. 74 * @retval VINF_SUCCESS if exitting because *pf Terminatewas set.75 * @param pf TerminatePointer to a per service termination flag to check74 * @retval VINF_SUCCESS if exitting because *pfShutdown was set. 75 * @param pfShutdown Pointer to a per service termination flag to check 76 76 * before and after blocking. 77 77 */ 78 DECLCALLBACKMEMBER(int, pfnWorker)(bool volatile *pf Terminate);78 DECLCALLBACKMEMBER(int, pfnWorker)(bool volatile *pfShutdown); 79 79 80 80 /**
Note:
See TracChangeset
for help on using the changeset viewer.