Changeset 83833 in vbox
- Timestamp:
- Apr 19, 2020 2:14:35 PM (5 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxTray
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r83823 r83833 122 122 * 123 123 * @return IPRT status code. 124 * @param pCtxPointer to context to use.124 * @param a_pCtx Pointer to context to use. 125 125 */ 126 126 int VBoxDnDWnd::Initialize(PVBOXDNDCONTEXT a_pCtx) -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.h
r82968 r83833 308 308 public: 309 309 310 int Initialize(PVBOXDNDCONTEXT pContext);310 int Initialize(PVBOXDNDCONTEXT a_pCtx); 311 311 void Destroy(void); 312 312
Note:
See TracChangeset
for help on using the changeset viewer.