Changeset 65122 in vbox
- Timestamp:
- Jan 4, 2017 5:11:20 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112625
- Location:
- trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Doxyfile.Core
r65105 r65122 560 560 VMMRZ_INT_DECL(type)=type \ 561 561 GMMR0DECL(type)=type \ 562 GMMR3DECL(type)=type 562 GMMR3DECL(type)=type \ 563 VBOX_DND_FN_DECL_LOG(x)=x 563 564 564 565 # BS3Kit -
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) -
trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
r65047 r65122 347 347 * @param offVRAMGuestHeapMemory the offset of the memory pointed to by 348 348 * @a pvGuestHeapMemory within the video RAM 349 * @param pEnv HGSMI environment. 349 350 */ 350 351 DECLHIDDEN(int) VBoxHGSMISetupGuestContext(PHGSMIGUESTCOMMANDCONTEXT pCtx, … … 555 556 * 556 557 * @returns success or failure 558 * @param pCtx the context containing the heap to be used 557 559 * @param fFlags cursor flags, @see VMMDevReqMousePointer::fFlags 558 560 * @param cHotX horizontal position of the hot spot -
trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
r65047 r65122 224 224 * initialised first using @a VBoxHGSMISendViewInfo and if the mode is being 225 225 * set on the first display then it must be set first using registers. 226 * @param pCtx The context containing the heap to use. 226 227 * @param cDisplay the screen number 227 228 * @param cOriginX the horizontal displacement relative to the first screen … … 234 235 * @param cHeight the mode height 235 236 * @param cBPP the colour depth of the mode 237 * @param fFlags flags 236 238 */ 237 239 DECLHIDDEN(void) VBoxHGSMIProcessDisplayInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx, … … 321 323 * @param pCtx the context containing the heap to use 322 324 * @param cScreens the number of screens to query hints for, starting at 0. 323 * @param p Hintsarray of VBVAMODEHINT structures for receiving the hints.325 * @param paHints array of VBVAMODEHINT structures for receiving the hints. 324 326 * @returns iprt status code 325 327 * @returns VERR_NO_MEMORY HGSMI heap allocation failed. -
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r63566 r65122 2814 2814 * 2815 2815 * @returns Converted Atom-based drag'n drop action. 2816 * @param uAction sHGCM drag'n drop actions to convert.2816 * @param uAction HGCM drag'n drop actions to convert. 2817 2817 */ 2818 2818 /* static */ … … 2871 2871 * 2872 2872 * @returns ORed HGCM action list. 2873 * @param actionsListList of Atom-based actions to convert.2873 * @param lstActions List of Atom-based actions to convert. 2874 2874 */ 2875 2875 /* static */ -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r62530 r65122 203 203 /** 204 204 * Initialise the guest and ensure that it is capable of handling seamless mode 205 * @param pHost Host interface callback to notify of window configuration206 * changes.205 * @param pHostCallback Host interface callback to notify of window configuration 206 * changes. 207 207 * 208 208 * @returns iprt status code -
trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
r62530 r65122 36 36 * rectangles in the video buffer. 37 37 * 38 * @param pScr eenpointer to the information structure for the current38 * @param pScrn pointer to the information structure for the current 39 39 * screen 40 40 * @param iRects Number of dirty rectangles to update
Note:
See TracChangeset
for help on using the changeset viewer.