Changeset 33540 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/HostDrivers/Support/win
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp
r28800 r33540 473 473 { 474 474 /* 475 * Check if we're init ited at all.475 * Check if we're inited at all. 476 476 */ 477 477 if (pThis->hDevice != NIL_RTFILE) -
trunk/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c
r28800 r33540 82 82 Executive, /* WaitReason */ 83 83 KernelMode, /* WaitMode */ 84 FALSE, /* Al tertable */84 FALSE, /* Alertable */ 85 85 NULL); /* TimeOut */ 86 86 rcNt = IoStatusBlock.Status; -
trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp
r28854 r33540 111 111 * NULL on failure, will display an error message unless it's ignored. 112 112 * 113 * @param pszAction The action which is requesti onaccess to the service.113 * @param pszAction The action which is requesting access to the service. 114 114 * @param dwSCMAccess The service control manager access. 115 115 * @param dwSVCAccess The desired service access. … … 446 446 * @param dwControl The control code. 447 447 * @param dwEventType Event type. (specific to the control?) 448 * @param pvEventData Event data, spec fic to the event.448 * @param pvEventData Event data, specific to the event. 449 449 * @param pvContext The context pointer registered with the handler. 450 450 * Currently not used. … … 573 573 * 574 574 * The work loop is just a dummy wait here as the services run 575 * in independ ant threads.575 * in independent threads. 576 576 */ 577 577 if (supSvcWinSetServiceStatus(SERVICE_RUNNING, 0, 0)) … … 783 783 784 784 /* 785 * Parse the initial arguments to determin the desired action.785 * Parse the initial arguments to determine the desired action. 786 786 */ 787 787 enum
Note:
See TracChangeset
for help on using the changeset viewer.