Changeset 65122 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Jan 4, 2017 5:11:20 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112625
- Location:
- trunk/src/VBox/Additions/WINNT
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
r64312 r65122 505 505 * @param pszSubKey Sub key containing the list. 506 506 * @param pszKeyValue The actual key name of the list. 507 * @param pszValueTo RemoveThe value to add to the list.507 * @param pszValueToAdd The value to add to the list. 508 508 * @param uiOrder Position (zero-based) of where to add the value to the list. 509 509 */ -
trunk/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.cpp
r63068 r65122 191 191 CM_PARTIAL_RESOURCE_DESCRIPTOR KbdInt; 192 192 CM_PARTIAL_RESOURCE_DESCRIPTOR MouInt; 193 BOOLEAN fFloatSave; /**< w eather to save floating point context */193 BOOLEAN fFloatSave; /**< whether to save floating point context */ 194 194 USHORT iResend; /**< number of retries allowed */ 195 195 USHORT PollingIterations; /**< number of polling iterations */ -
trunk/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProvUtils.cpp
r62679 r65122 36 36 * Displays a verbose message. 37 37 * 38 * @param iLevelMinimum log level required to display this message.38 * @param dwLevel Minimum log level required to display this message. 39 39 * @param pszFormat The message text. 40 40 * @param ... Format arguments. -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp
r63093 r65122 38 38 * Displays a verbose message. 39 39 * 40 * @param iLevelMinimum log level required to display this message.40 * @param dwLevel Minimum log level required to display this message. 41 41 * @param pszFormat The message text. 42 42 * @param ... Format arguments. -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r65099 r65122 1655 1655 * @param pEnv The DnD service's environment. 1656 1656 * @param ppInstance The instance pointer which refer to this object. 1657 * @param pfStartThread Pointer to flag whether the DnD service can be started or not.1658 1657 */ 1659 1658 DECLCALLBACK(int) VBoxDnDInit(const PVBOXSERVICEENV pEnv, void **ppInstance)
Note:
See TracChangeset
for help on using the changeset viewer.